Html Css Color HEX #D312CA Deep Magenta

📋 copy color: '#D312CA'

red 211 ◦ green 18 ◦ blue 202

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

Shades of Deep Magenta #D312CA

Tints of Deep Magenta #D312CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 48.96%
G = 4.18%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D312CA (or 0xD312CA) is known color: Deep Magenta. HEX triplet: D3, 12 and CA. RGB value is (211,18,202). Sum of RGB (Red+Green+Blue) = 211+18+202=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D312CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312CA is #2CED35. Grayscale: #606060. Windows color (decimal): -2944310 or 13243091. OLE color: 13243091.

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

Color convert

RGB 211 18 202 -
CMYK 0 0.91 0.04 0.17
HSL 302.8º 0.84% 0.45% -
HSV(B) 302.8º 0.91% 0.83% -
XYZ 37.74 18.55 57.47 -
YUV 96.68 187.44 209.54 -
System Red Green Blue C M Y K H S L
Decimal 211 18 202 0 0.91 0.04 0.17 302.8 0.84 0.45
Hex D3 12 CA 0 5B 4 11 12F 54 2D
Octal 323 22 312 0 133 4 21 457 124 55
Binary 11010011 10010 11001010 0 1011011 100 10001 100101111 1010100 101101

Color Harmonies of #D312CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312CA

Black with #D312CA

Text Example


Text Example

White with #D312CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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