Html Css Color HEX #D24FCC Fuchsia

📋 copy color: '#D24FCC'

red 210 ◦ green 79 ◦ blue 204

#D24FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D24FCC

Tints of Fuchsia #D24FCC

RGB

 RED value IS 210 (82.42% from 255) = 42.6%

 GREEN value IS 79 (31.25% from 255) = 16.02%

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 42.6%
G = 16.02%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D24FCC (or 0xD24FCC) is known color: Fuchsia. HEX triplet: D2, 4F and CC. RGB value is (210,79,204). Sum of RGB (Red+Green+Blue) = 210+79+204=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FCC is #2DB033. Grayscale: #848484. Windows color (decimal): -2994228 or 13389778. OLE color: 13389778.

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

Color convert

RGB 210 79 204 -
CMYK 0 0.62 0.03 0.18
HSL 302.75º 0.59% 0.57% -
HSV(B) 302.75º 0.62% 0.82% -
XYZ 40.27 23.65 59.57 -
YUV 132.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 210 79 204 0 0.62 0.03 0.18 302.75 0.59 0.57
Hex D2 4F CC 0 3E 3 12 12F 3B 39
Octal 322 117 314 0 76 3 22 457 73 71
Binary 11010010 1001111 11001100 0 111110 11 10010 100101111 111011 111001

Color Harmonies of #D24FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FCC

Black with #D24FCC

Text Example


Text Example

White with #D24FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FCC; }

 p { color: rgb(210,79,204); }

 H1.HeaderClassName
 {
   color: #D24FCC;
 }
 .AnyTagClassName
 {
   color: #D24FCC;
 }
</style>

background-color css

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

 a { background-color: rgb(210,79,204); }

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

border-color css

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

 span { border-color: rgb(210,79,204); }

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