Html Css Color HEX #D24ECC Fuchsia

📋 copy color: '#D24ECC'

red 210 ◦ green 78 ◦ blue 204

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

Shades of Fuchsia #D24ECC

Tints of Fuchsia #D24ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.85%

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

R = 42.68%
G = 15.85%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D24ECC (or 0xD24ECC) is known color: Fuchsia. HEX triplet: D2, 4E and CC. RGB value is (210,78,204). Sum of RGB (Red+Green+Blue) = 210+78+204=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24ECC is #2DB133. Grayscale: #838383. Windows color (decimal): -2994484 or 13389522. OLE color: 13389522.

HSL color Cylindrical-coordinate representation of color #D24ECC: hue angle of 302.73º degrees, saturation: 0.59, 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 #D24ECC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 78 204 -
CMYK 0 0.63 0.03 0.18
HSL 302.73º 0.59% 0.56% -
HSV(B) 302.73º 0.63% 0.82% -
XYZ 40.2 23.51 59.55 -
YUV 131.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 210 78 204 0 0.63 0.03 0.18 302.73 0.59 0.56
Hex D2 4E CC 0 3F 3 12 12F 3B 38
Octal 322 116 314 0 77 3 22 457 73 70
Binary 11010010 1001110 11001100 0 111111 11 10010 100101111 111011 111000

Color Harmonies of #D24ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24ECC

Black with #D24ECC

Text Example


Text Example

White with #D24ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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