Html Css Color HEX #D24AAD Fuchsia

📋 copy color: '#D24AAD'

red 210 ◦ green 74 ◦ blue 173

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

Shades of Fuchsia #D24AAD

Tints of Fuchsia #D24AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 45.95%
G = 16.19%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D24AAD (or 0xD24AAD) is known color: Fuchsia. HEX triplet: D2, 4A and AD. RGB value is (210,74,173). Sum of RGB (Red+Green+Blue) = 210+74+173=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AAD is #2DB552. Grayscale: #7D7D7D. Windows color (decimal): -2995539 or 11356882. OLE color: 11356882.

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

Color convert

RGB 210 74 173 -
CMYK 0 0.65 0.18 0.18
HSL 316.32º 0.6% 0.56% -
HSV(B) 316.32º 0.65% 0.82% -
XYZ 36.57 21.62 41.78 -
YUV 125.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 210 74 173 0 0.65 0.18 0.18 316.32 0.6 0.56
Hex D2 4A AD 0 41 12 12 13C 3C 38
Octal 322 112 255 0 101 22 22 474 74 70
Binary 11010010 1001010 10101101 0 1000001 10010 10010 100111100 111100 111000

Color Harmonies of #D24AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24AAD

Black with #D24AAD

Text Example


Text Example

White with #D24AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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