Html Css Color HEX #D021BB Deep Magenta

📋 copy color: '#D021BB'

red 208 ◦ green 33 ◦ blue 187

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

Shades of Deep Magenta #D021BB

Tints of Deep Magenta #D021BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.71%

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 48.6%
G = 7.71%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D021BB (or 0xD021BB) is known color: Deep Magenta. HEX triplet: D0, 21 and BB. RGB value is (208,33,187). Sum of RGB (Red+Green+Blue) = 208+33+187=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D021BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021BB is #2FDE44. Grayscale: #666666. Windows color (decimal): -3137093 or 12263888. OLE color: 12263888.

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

Color convert

RGB 208 33 187 -
CMYK 0 0.84 0.10 0.18
HSL 307.2º 0.73% 0.47% -
HSV(B) 307.2º 0.84% 0.82% -
XYZ 35.53 18.09 48.63 -
YUV 102.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 208 33 187 0 0.84 0.10 0.18 307.2 0.73 0.47
Hex D0 21 BB 0 54 A 12 133 49 2F
Octal 320 41 273 0 124 12 22 463 111 57
Binary 11010000 100001 10111011 0 1010100 1010 10010 100110011 1001001 101111

Color Harmonies of #D021BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021BB

Black with #D021BB

Text Example


Text Example

White with #D021BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021BB; }

 p { color: rgb(208,33,187); }

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

background-color css

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

 a { background-color: rgb(208,33,187); }

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

border-color css

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

 span { border-color: rgb(208,33,187); }

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