Html Css Color HEX #D022B9 Deep Magenta

📋 copy color: '#D022B9'

red 208 ◦ green 34 ◦ blue 185

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

Shades of Deep Magenta #D022B9

Tints of Deep Magenta #D022B9

RGB

 RED value IS 208 (81.64% from 255) = 48.71%

 GREEN value IS 34 (13.67% from 255) = 7.96%

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

R = 48.71%
G = 7.96%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D022B9 (or 0xD022B9) is known color: Deep Magenta. HEX triplet: D0, 22 and B9. RGB value is (208,34,185). Sum of RGB (Red+Green+Blue) = 208+34+185=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D022B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D022B9 is #2FDD46. Grayscale: #666666. Windows color (decimal): -3136839 or 12133072. OLE color: 12133072.

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

Color convert

RGB 208 34 185 -
CMYK 0 0.84 0.11 0.18
HSL 307.93º 0.72% 0.47% -
HSV(B) 307.93º 0.84% 0.82% -
XYZ 35.34 18.06 47.52 -
YUV 103.24 174.15 202.72 -
System Red Green Blue C M Y K H S L
Decimal 208 34 185 0 0.84 0.11 0.18 307.93 0.72 0.47
Hex D0 22 B9 0 54 B 12 134 48 2F
Octal 320 42 271 0 124 13 22 464 110 57
Binary 11010000 100010 10111001 0 1010100 1011 10010 100110100 1001000 101111

Color Harmonies of #D022B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D022B9

Black with #D022B9

Text Example


Text Example

White with #D022B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D022B9; }

 p { color: rgb(208,34,185); }

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

background-color css

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

 a { background-color: rgb(208,34,185); }

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

border-color css

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

 span { border-color: rgb(208,34,185); }

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