Html Css Color HEX #D20BB4 Deep Magenta

📋 copy color: '#D20BB4'

red 210 ◦ green 11 ◦ blue 180

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

Shades of Deep Magenta #D20BB4

Tints of Deep Magenta #D20BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 52.37%
G = 2.74%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D20BB4 (or 0xD20BB4) is known color: Deep Magenta. HEX triplet: D2, 0B and B4. RGB value is (210,11,180). Sum of RGB (Red+Green+Blue) = 210+11+180=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D20BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20BB4 is #2DF44B. Grayscale: #595959. Windows color (decimal): -3011660 or 11799506. OLE color: 11799506.

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

Color convert

RGB 210 11 180 -
CMYK 0 0.95 0.14 0.18
HSL 309.05º 0.9% 0.43% -
HSV(B) 309.05º 0.95% 0.82% -
XYZ 34.94 17.24 44.67 -
YUV 89.77 178.93 213.76 -
System Red Green Blue C M Y K H S L
Decimal 210 11 180 0 0.95 0.14 0.18 309.05 0.9 0.43
Hex D2 B B4 0 5F E 12 135 5A 2B
Octal 322 13 264 0 137 16 22 465 132 53
Binary 11010010 1011 10110100 0 1011111 1110 10010 100110101 1011010 101011

Color Harmonies of #D20BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20BB4

Black with #D20BB4

Text Example


Text Example

White with #D20BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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