Html Css Color HEX #D022B5 Deep Magenta

📋 copy color: '#D022B5'

red 208 ◦ green 34 ◦ blue 181

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

Shades of Deep Magenta #D022B5

Tints of Deep Magenta #D022B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.79%

R = 49.17%
G = 8.04%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D022B5 (or 0xD022B5) is known color: Deep Magenta. HEX triplet: D0, 22 and B5. RGB value is (208,34,181). Sum of RGB (Red+Green+Blue) = 208+34+181=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D022B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D022B5 is #2FDD4A. Grayscale: #666666. Windows color (decimal): -3136843 or 11870928. OLE color: 11870928.

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

Color convert

RGB 208 34 181 -
CMYK 0 0.84 0.13 0.18
HSL 309.31º 0.72% 0.47% -
HSV(B) 309.31º 0.84% 0.82% -
XYZ 34.92 17.89 45.33 -
YUV 102.78 172.15 203.05 -
System Red Green Blue C M Y K H S L
Decimal 208 34 181 0 0.84 0.13 0.18 309.31 0.72 0.47
Hex D0 22 B5 0 54 D 12 135 48 2F
Octal 320 42 265 0 124 15 22 465 110 57
Binary 11010000 100010 10110101 0 1010100 1101 10010 100110101 1001000 101111

Color Harmonies of #D022B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D022B5

Black with #D022B5

Text Example


Text Example

White with #D022B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D022B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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