Html Css Color HEX #D312BB Deep Magenta

📋 copy color: '#D312BB'

red 211 ◦ green 18 ◦ blue 187

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

Shades of Deep Magenta #D312BB

Tints of Deep Magenta #D312BB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.33%

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

R = 50.72%
G = 4.33%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D312BB (or 0xD312BB) is known color: Deep Magenta. HEX triplet: D3, 12 and BB. RGB value is (211,18,187). Sum of RGB (Red+Green+Blue) = 211+18+187=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D312BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312BB is #2CED44. Grayscale: #5E5E5E. Windows color (decimal): -2944325 or 12260051. OLE color: 12260051.

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

Color convert

RGB 211 18 187 -
CMYK 0 0.91 0.11 0.17
HSL 307.46º 0.84% 0.45% -
HSV(B) 307.46º 0.91% 0.83% -
XYZ 36.05 17.87 48.56 -
YUV 94.97 179.94 210.76 -
System Red Green Blue C M Y K H S L
Decimal 211 18 187 0 0.91 0.11 0.17 307.46 0.84 0.45
Hex D3 12 BB 0 5B B 11 133 54 2D
Octal 323 22 273 0 133 13 21 463 124 55
Binary 11010011 10010 10111011 0 1011011 1011 10001 100110011 1010100 101101

Color Harmonies of #D312BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312BB

Black with #D312BB

Text Example


Text Example

White with #D312BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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