Html Css Color HEX #D21CC9 Deep Magenta

📋 copy color: '#D21CC9'

red 210 ◦ green 28 ◦ blue 201

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

Shades of Deep Magenta #D21CC9

Tints of Deep Magenta #D21CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 47.84%
G = 6.38%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D21CC9 (or 0xD21CC9) is known color: Deep Magenta. HEX triplet: D2, 1C and C9. RGB value is (210,28,201). Sum of RGB (Red+Green+Blue) = 210+28+201=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CC9 is #2DE336. Grayscale: #656565. Windows color (decimal): -3007287 or 13180114. OLE color: 13180114.

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

Color convert

RGB 210 28 201 -
CMYK 0 0.87 0.04 0.18
HSL 302.97º 0.76% 0.47% -
HSV(B) 302.97º 0.87% 0.82% -
XYZ 37.54 18.75 56.9 -
YUV 102.14 183.8 204.93 -
System Red Green Blue C M Y K H S L
Decimal 210 28 201 0 0.87 0.04 0.18 302.97 0.76 0.47
Hex D2 1C C9 0 57 4 12 12F 4C 2F
Octal 322 34 311 0 127 4 22 457 114 57
Binary 11010010 11100 11001001 0 1010111 100 10010 100101111 1001100 101111

Color Harmonies of #D21CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CC9

Black with #D21CC9

Text Example


Text Example

White with #D21CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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