Html Css Color HEX #D24AAE Fuchsia

📋 copy color: '#D24AAE'

red 210 ◦ green 74 ◦ blue 174

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

Shades of Fuchsia #D24AAE

Tints of Fuchsia #D24AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.16%

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

R = 45.85%
G = 16.16%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D24AAE (or 0xD24AAE) is known color: Fuchsia. HEX triplet: D2, 4A and AE. RGB value is (210,74,174). Sum of RGB (Red+Green+Blue) = 210+74+174=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AAE is #2DB551. Grayscale: #7D7D7D. Windows color (decimal): -2995538 or 11422418. OLE color: 11422418.

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

Color convert

RGB 210 74 174 -
CMYK 0 0.65 0.17 0.18
HSL 315.88º 0.6% 0.56% -
HSV(B) 315.88º 0.65% 0.82% -
XYZ 36.67 21.66 42.29 -
YUV 126.06 155.06 187.87 -
System Red Green Blue C M Y K H S L
Decimal 210 74 174 0 0.65 0.17 0.18 315.88 0.6 0.56
Hex D2 4A AE 0 41 11 12 13C 3C 38
Octal 322 112 256 0 101 21 22 474 74 70
Binary 11010010 1001010 10101110 0 1000001 10001 10010 100111100 111100 111000

Color Harmonies of #D24AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24AAE

Black with #D24AAE

Text Example


Text Example

White with #D24AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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