Html Css Color HEX #D20BB9 Deep Magenta

📋 copy color: '#D20BB9'

red 210 ◦ green 11 ◦ blue 185

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

Shades of Deep Magenta #D20BB9

Tints of Deep Magenta #D20BB9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.71%

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

R = 51.72%
G = 2.71%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D20BB9 (or 0xD20BB9) is known color: Deep Magenta. HEX triplet: D2, 0B and B9. RGB value is (210,11,185). Sum of RGB (Red+Green+Blue) = 210+11+185=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D20BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20BB9 is #2DF446. Grayscale: #595959. Windows color (decimal): -3011655 or 12127186. OLE color: 12127186.

HSL color Cylindrical-coordinate representation of color #D20BB9: hue angle of 307.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20BB9 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 11 185 -
CMYK 0 0.95 0.12 0.18
HSL 307.54º 0.9% 0.43% -
HSV(B) 307.54º 0.95% 0.82% -
XYZ 35.45 17.44 47.4 -
YUV 90.34 181.43 213.35 -
System Red Green Blue C M Y K H S L
Decimal 210 11 185 0 0.95 0.12 0.18 307.54 0.9 0.43
Hex D2 B B9 0 5F C 12 134 5A 2B
Octal 322 13 271 0 137 14 22 464 132 53
Binary 11010010 1011 10111001 0 1011111 1100 10010 100110100 1011010 101011

Color Harmonies of #D20BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20BB9

Black with #D20BB9

Text Example


Text Example

White with #D20BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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