#D24DC3

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

Shades of Fuchsia #D24DC3

Tints of Fuchsia #D24DC3

Color information

#D24DC3 (or 0xD24DC3) is unknown color: approx Fuchsia. HEX triplet: D2, 4D and C3. RGB value is (210,77,195). Sum of RGB (Red+Green+Blue) = 210+77+195=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DC3 is #2DB23C. Grayscale: #818181. Windows color (decimal): -2994749 or 12799442. OLE color: 12799442.

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

Color convert

RGB21077195-
CMYK00.630.070.18
HSL306.77º59.64%56.27%-
HSV(B)306.77º63.33%82.35%-
XYZ39.0822.9554-
YUV130.22164.56184.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 77 (30.47% from 255) = 15.98%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=43.57%
G=15.98%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107719500.630.070.18306.7759.6456.27
HexD24DC303F7121333c38
Octal3221153030777224637470
Binary11010010100110111000011011111111110010100110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24DC3; }

 p { color: rgb(210,77,195); }

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

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

 a { background-color: rgb(210,77,195); }

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

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

 span { border-color: rgb(210,77,195); }

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