Html Css Color HEX #D720BB Deep Magenta

📋 copy color: '#D720BB'

red 215 ◦ green 32 ◦ blue 187

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

Shades of Deep Magenta #D720BB

Tints of Deep Magenta #D720BB

RGB

 RED value IS 215 (84.38% from 255) = 49.54%

 GREEN value IS 32 (12.89% from 255) = 7.37%

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

R = 49.54%
G = 7.37%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D720BB (or 0xD720BB) is known color: Deep Magenta. HEX triplet: D7, 20 and BB. RGB value is (215,32,187). Sum of RGB (Red+Green+Blue) = 215+32+187=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D720BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720BB is #28DF44. Grayscale: #676767. Windows color (decimal): -2678597 or 12263639. OLE color: 12263639.

HSL color Cylindrical-coordinate representation of color #D720BB: hue angle of 309.18º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D720BB is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 187 -
CMYK 0 0.85 0.13 0.16
HSL 309.18º 0.74% 0.48% -
HSV(B) 309.18º 0.85% 0.84% -
XYZ 37.51 19.07 48.72 -
YUV 104.39 174.63 206.9 -
System Red Green Blue C M Y K H S L
Decimal 215 32 187 0 0.85 0.13 0.16 309.18 0.74 0.48
Hex D7 20 BB 0 55 D 10 135 4A 30
Octal 327 40 273 0 125 15 20 465 112 60
Binary 11010111 100000 10111011 0 1010101 1101 10000 100110101 1001010 110000

Color Harmonies of #D720BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720BB

Black with #D720BB

Text Example


Text Example

White with #D720BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720BB; }

 p { color: rgb(215,32,187); }

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

background-color css

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

 a { background-color: rgb(215,32,187); }

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

border-color css

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

 span { border-color: rgb(215,32,187); }

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