#D152C2

Color #D152C2 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D152C2

Tints of Fuchsia #D152C2

Color information

#D152C2 (or 0xD152C2) is unknown color: approx Fuchsia. HEX triplet: D1, 52 and C2. RGB value is (209,82,194). Sum of RGB (Red+Green+Blue) = 209+82+194=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D152C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152C2 is #2EAD3D. Grayscale: #848484. Windows color (decimal): -3059006 or 12735185. OLE color: 12735185.

HSL color Cylindrical-coordinate representation of color #D152C2: hue angle of 307.09º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D152C2 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20982194-
CMYK00.610.070.18
HSL307.09º57.99%57.06%-
HSV(B)307.09º60.77%81.96%-
XYZ39.0523.4853.51-
YUV132.74162.58182.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 82 (32.42% from 255) = 16.91%
BLUE value IS 194 (76.17% from 255) = 40%
R=43.09%
G=16.91%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098219400.610.070.18307.0957.9957.06
HexD152C203D7121333a39
Octal3211223020757224637271
Binary11010001101001011000010011110111110010100110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D152C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D152C2; }

 p { color: rgb(209,82,194); }

 H1.HeaderClassName
 {
   color: #D152C2;
 }
 .AnyTagClassName
 {
   color: #D152C2;
 }
</style>
background-color css

<style>
 a { background-color: #D152C2; }

 a { background-color: rgb(209,82,194); }

 div.DivClassName
 {
   background-color: #D152C2;
 }
 .BgClassName
 {
   background-color: #D152C2;
 }
</style>
border-color css

<style>
 span { border-color: #D152C2; }

 span { border-color: rgb(209,82,194); }

 td.TdClassName
 {
   border-color: #D152C2;
 }
 .TagClassName
 {
   border-color: #D152C2;
 }
</style>