Html Css Color HEX #D24FAE Fuchsia

📋 copy color: '#D24FAE'

red 210 ◦ green 79 ◦ blue 174

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

Shades of Fuchsia #D24FAE

Tints of Fuchsia #D24FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.06%

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 45.36%
G = 17.06%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D24FAE (or 0xD24FAE) is known color: Fuchsia. HEX triplet: D2, 4F and AE. RGB value is (210,79,174). Sum of RGB (Red+Green+Blue) = 210+79+174=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24FAE is #2DB051. Grayscale: #808080. Windows color (decimal): -2994258 or 11423698. OLE color: 11423698.

HSL color Cylindrical-coordinate representation of color #D24FAE: hue angle of 316.49º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24FAE is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 79 174 -
CMYK 0 0.62 0.17 0.18
HSL 316.49º 0.59% 0.57% -
HSV(B) 316.49º 0.62% 0.82% -
XYZ 37.01 22.35 42.41 -
YUV 129 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 210 79 174 0 0.62 0.17 0.18 316.49 0.59 0.57
Hex D2 4F AE 0 3E 11 12 13C 3B 39
Octal 322 117 256 0 76 21 22 474 73 71
Binary 11010010 1001111 10101110 0 111110 10001 10010 100111100 111011 111001

Color Harmonies of #D24FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FAE

Black with #D24FAE

Text Example


Text Example

White with #D24FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FAE; }

 p { color: rgb(210,79,174); }

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

background-color css

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

 a { background-color: rgb(210,79,174); }

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

border-color css

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

 span { border-color: rgb(210,79,174); }

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