Html Css Color HEX #D312C0 Deep Magenta

📋 copy color: '#D312C0'

red 211 ◦ green 18 ◦ blue 192

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

Shades of Deep Magenta #D312C0

Tints of Deep Magenta #D312C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.61%

R = 50.12%
G = 4.28%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D312C0 (or 0xD312C0) is known color: Deep Magenta. HEX triplet: D3, 12 and C0. RGB value is (211,18,192). Sum of RGB (Red+Green+Blue) = 211+18+192=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D312C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312C0 is #2CED3F. Grayscale: #5F5F5F. Windows color (decimal): -2944320 or 12587731. OLE color: 12587731.

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

Color convert

RGB 211 18 192 -
CMYK 0 0.91 0.09 0.17
HSL 305.91º 0.84% 0.45% -
HSV(B) 305.91º 0.91% 0.83% -
XYZ 36.59 18.09 51.43 -
YUV 95.54 182.44 210.35 -
System Red Green Blue C M Y K H S L
Decimal 211 18 192 0 0.91 0.09 0.17 305.91 0.84 0.45
Hex D3 12 C0 0 5B 9 11 132 54 2D
Octal 323 22 300 0 133 11 21 462 124 55
Binary 11010011 10010 11000000 0 1011011 1001 10001 100110010 1010100 101101

Color Harmonies of #D312C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312C0

Black with #D312C0

Text Example


Text Example

White with #D312C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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