Html Css Color HEX #D24EC8 Fuchsia

📋 copy color: '#D24EC8'

red 210 ◦ green 78 ◦ blue 200

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

Shades of Fuchsia #D24EC8

Tints of Fuchsia #D24EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.98%

R = 43.03%
G = 15.98%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D24EC8 (or 0xD24EC8) is known color: Fuchsia. HEX triplet: D2, 4E and C8. RGB value is (210,78,200). Sum of RGB (Red+Green+Blue) = 210+78+200=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EC8 is #2DB137. Grayscale: #838383. Windows color (decimal): -2994488 or 13127378. OLE color: 13127378.

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

Color convert

RGB 210 78 200 -
CMYK 0 0.63 0.05 0.18
HSL 304.55º 0.59% 0.56% -
HSV(B) 304.55º 0.63% 0.82% -
XYZ 39.73 23.32 57.05 -
YUV 131.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 210 78 200 0 0.63 0.05 0.18 304.55 0.59 0.56
Hex D2 4E C8 0 3F 5 12 131 3B 38
Octal 322 116 310 0 77 5 22 461 73 70
Binary 11010010 1001110 11001000 0 111111 101 10010 100110001 111011 111000

Color Harmonies of #D24EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EC8

Black with #D24EC8

Text Example


Text Example

White with #D24EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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