Html Css Color HEX #D24EC9 Fuchsia

📋 copy color: '#D24EC9'

red 210 ◦ green 78 ◦ blue 201

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

Shades of Fuchsia #D24EC9

Tints of Fuchsia #D24EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.1%

R = 42.94%
G = 15.95%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D24EC9 (or 0xD24EC9) is known color: Fuchsia. HEX triplet: D2, 4E and C9. RGB value is (210,78,201). Sum of RGB (Red+Green+Blue) = 210+78+201=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EC9 is #2DB136. Grayscale: #838383. Windows color (decimal): -2994487 or 13192914. OLE color: 13192914.

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

Color convert

RGB 210 78 201 -
CMYK 0 0.63 0.04 0.18
HSL 304.09º 0.59% 0.56% -
HSV(B) 304.09º 0.63% 0.82% -
XYZ 39.85 23.37 57.67 -
YUV 131.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 210 78 201 0 0.63 0.04 0.18 304.09 0.59 0.56
Hex D2 4E C9 0 3F 4 12 130 3B 38
Octal 322 116 311 0 77 4 22 460 73 70
Binary 11010010 1001110 11001001 0 111111 100 10010 100110000 111011 111000

Color Harmonies of #D24EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EC9

Black with #D24EC9

Text Example


Text Example

White with #D24EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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