#D152CD

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

Shades of Fuchsia #D152CD

Tints of Fuchsia #D152CD

Color information

#D152CD (or 0xD152CD) is unknown color: approx Fuchsia. HEX triplet: D1, 52 and CD. RGB value is (209,82,205). Sum of RGB (Red+Green+Blue) = 209+82+205=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D152CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152CD is #2EAD32. Grayscale: #858585. Windows color (decimal): -3058995 or 13456081. OLE color: 13456081.

HSL color Cylindrical-coordinate representation of color #D152CD: hue angle of 301.89º 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 #D152CD is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20982205-
CMYK00.610.020.18
HSL301.89º57.99%57.06%-
HSV(B)301.89º60.77%81.96%-
XYZ40.332460.26-
YUV134168.08181.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.14%
GREEN value IS 82 (32.42% from 255) = 16.53%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=42.14%
G=16.53%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098220500.610.020.18301.8957.9957.06
HexD152CD03D21212e3a39
Octal3211223150752224567271
Binary1101000110100101100110101111011010010100101110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D152CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D152CD; }

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

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

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

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

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

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

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

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