Html Css Color HEX #D320BB Deep Magenta

📋 copy color: '#D320BB'

red 211 ◦ green 32 ◦ blue 187

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

Shades of Deep Magenta #D320BB

Tints of Deep Magenta #D320BB

RGB

 RED value IS 211 (82.81% from 255) = 49.07%

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

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

R = 49.07%
G = 7.44%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D320BB (or 0xD320BB) is known color: Deep Magenta. HEX triplet: D3, 20 and BB. RGB value is (211,32,187). Sum of RGB (Red+Green+Blue) = 211+32+187=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D320BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D320BB is #2CDF44. Grayscale: #666666. Windows color (decimal): -2940741 or 12263635. OLE color: 12263635.

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

Color convert

RGB 211 32 187 -
CMYK 0 0.85 0.11 0.17
HSL 308.04º 0.74% 0.48% -
HSV(B) 308.04º 0.85% 0.83% -
XYZ 36.35 18.47 48.66 -
YUV 103.19 175.3 204.9 -
System Red Green Blue C M Y K H S L
Decimal 211 32 187 0 0.85 0.11 0.17 308.04 0.74 0.48
Hex D3 20 BB 0 55 B 11 134 4A 30
Octal 323 40 273 0 125 13 21 464 112 60
Binary 11010011 100000 10111011 0 1010101 1011 10001 100110100 1001010 110000

Color Harmonies of #D320BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D320BB

Black with #D320BB

Text Example


Text Example

White with #D320BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D320BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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