Html Css Color HEX #D21CAE Deep Magenta

📋 copy color: '#D21CAE'

red 210 ◦ green 28 ◦ blue 174

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

Shades of Deep Magenta #D21CAE

Tints of Deep Magenta #D21CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.8%

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

R = 50.97%
G = 6.8%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D21CAE (or 0xD21CAE) is known color: Deep Magenta. HEX triplet: D2, 1C and AE. RGB value is (210,28,174). Sum of RGB (Red+Green+Blue) = 210+28+174=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21CAE is #2DE351. Grayscale: #626262. Windows color (decimal): -3007314 or 11410642. OLE color: 11410642.

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

Color convert

RGB 210 28 174 -
CMYK 0 0.87 0.17 0.18
HSL 311.87º 0.76% 0.47% -
HSV(B) 311.87º 0.87% 0.82% -
XYZ 34.63 17.59 41.61 -
YUV 99.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 210 28 174 0 0.87 0.17 0.18 311.87 0.76 0.47
Hex D2 1C AE 0 57 11 12 138 4C 2F
Octal 322 34 256 0 127 21 22 470 114 57
Binary 11010010 11100 10101110 0 1010111 10001 10010 100111000 1001100 101111

Color Harmonies of #D21CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CAE

Black with #D21CAE

Text Example


Text Example

White with #D21CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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