Html Css Color HEX #D21CB9 Deep Magenta

📋 copy color: '#D21CB9'

red 210 ◦ green 28 ◦ blue 185

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

Shades of Deep Magenta #D21CB9

Tints of Deep Magenta #D21CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 49.65%
G = 6.62%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D21CB9 (or 0xD21CB9) is known color: Deep Magenta. HEX triplet: D2, 1C and B9. RGB value is (210,28,185). Sum of RGB (Red+Green+Blue) = 210+28+185=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CB9 is #2DE346. Grayscale: #636363. Windows color (decimal): -3007303 or 12131538. OLE color: 12131538.

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

Color convert

RGB 210 28 185 -
CMYK 0 0.87 0.12 0.18
HSL 308.24º 0.76% 0.47% -
HSV(B) 308.24º 0.87% 0.82% -
XYZ 35.75 18.03 47.5 -
YUV 100.32 175.8 206.23 -
System Red Green Blue C M Y K H S L
Decimal 210 28 185 0 0.87 0.12 0.18 308.24 0.76 0.47
Hex D2 1C B9 0 57 C 12 134 4C 2F
Octal 322 34 271 0 127 14 22 464 114 57
Binary 11010010 11100 10111001 0 1010111 1100 10010 100110100 1001100 101111

Color Harmonies of #D21CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CB9

Black with #D21CB9

Text Example


Text Example

White with #D21CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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