Html Css Color HEX #D312BC Deep Magenta

📋 copy color: '#D312BC'

red 211 ◦ green 18 ◦ blue 188

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

Shades of Deep Magenta #D312BC

Tints of Deep Magenta #D312BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 50.6%
G = 4.32%
B = 45.08%

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

#D312BC (or 0xD312BC) is known color: Deep Magenta. HEX triplet: D3, 12 and BC. RGB value is (211,18,188). Sum of RGB (Red+Green+Blue) = 211+18+188=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D312BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312BC is #2CED43. Grayscale: #5E5E5E. Windows color (decimal): -2944324 or 12325587. OLE color: 12325587.

HSL color Cylindrical-coordinate representation of color #D312BC: hue angle of 307.15º 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 #D312BC is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 18 188 -
CMYK 0 0.91 0.11 0.17
HSL 307.15º 0.84% 0.45% -
HSV(B) 307.15º 0.91% 0.83% -
XYZ 36.16 17.91 49.13 -
YUV 95.09 180.44 210.68 -
System Red Green Blue C M Y K H S L
Decimal 211 18 188 0 0.91 0.11 0.17 307.15 0.84 0.45
Hex D3 12 BC 0 5B B 11 133 54 2D
Octal 323 22 274 0 133 13 21 463 124 55
Binary 11010011 10010 10111100 0 1011011 1011 10001 100110011 1010100 101101

Color Harmonies of #D312BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312BC

Black with #D312BC

Text Example


Text Example

White with #D312BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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