Html Css Color HEX #D24EAC Fuchsia

📋 copy color: '#D24EAC'

red 210 ◦ green 78 ◦ blue 172

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

Shades of Fuchsia #D24EAC

Tints of Fuchsia #D24EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 45.65%
G = 16.96%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D24EAC (or 0xD24EAC) is known color: Fuchsia. HEX triplet: D2, 4E and AC. RGB value is (210,78,172). Sum of RGB (Red+Green+Blue) = 210+78+172=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24EAC is #2DB153. Grayscale: #7F7F7F. Windows color (decimal): -2994516 or 11292370. OLE color: 11292370.

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

Color convert

RGB 210 78 172 -
CMYK 0 0.63 0.18 0.18
HSL 317.27º 0.59% 0.56% -
HSV(B) 317.27º 0.63% 0.82% -
XYZ 36.75 22.13 41.36 -
YUV 128.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 210 78 172 0 0.63 0.18 0.18 317.27 0.59 0.56
Hex D2 4E AC 0 3F 12 12 13D 3B 38
Octal 322 116 254 0 77 22 22 475 73 70
Binary 11010010 1001110 10101100 0 111111 10010 10010 100111101 111011 111000

Color Harmonies of #D24EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EAC

Black with #D24EAC

Text Example


Text Example

White with #D24EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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