Html Css Color HEX #D24EC4 Fuchsia

📋 copy color: '#D24EC4'

red 210 ◦ green 78 ◦ blue 196

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

Shades of Fuchsia #D24EC4

Tints of Fuchsia #D24EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 43.39%
G = 16.12%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D24EC4 (or 0xD24EC4) is known color: Fuchsia. HEX triplet: D2, 4E and C4. RGB value is (210,78,196). Sum of RGB (Red+Green+Blue) = 210+78+196=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EC4 is #2DB13B. Grayscale: #828282. Windows color (decimal): -2994492 or 12865234. OLE color: 12865234.

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

Color convert

RGB 210 78 196 -
CMYK 0 0.63 0.07 0.18
HSL 306.36º 0.59% 0.56% -
HSV(B) 306.36º 0.63% 0.82% -
XYZ 39.27 23.14 54.62 -
YUV 130.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 210 78 196 0 0.63 0.07 0.18 306.36 0.59 0.56
Hex D2 4E C4 0 3F 7 12 132 3B 38
Octal 322 116 304 0 77 7 22 462 73 70
Binary 11010010 1001110 11000100 0 111111 111 10010 100110010 111011 111000

Color Harmonies of #D24EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EC4

Black with #D24EC4

Text Example


Text Example

White with #D24EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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