Html Css Color HEX #D312D4 Deep Magenta

📋 copy color: '#D312D4'

red 211 ◦ green 18 ◦ blue 212

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

Shades of Deep Magenta #D312D4

Tints of Deep Magenta #D312D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.07%

R = 47.85%
G = 4.08%
B = 48.07%

CMYK

 C value IS 0.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D312D4 (or 0xD312D4) is known color: Deep Magenta. HEX triplet: D3, 12 and D4. RGB value is (211,18,212). Sum of RGB (Red+Green+Blue) = 211+18+212=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #D312D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312D4 is #2CED2B. Grayscale: #616161. Windows color (decimal): -2944300 or 13898451. OLE color: 13898451.

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

Color convert

RGB 211 18 212 -
CMYK 0.00 0.92 0 0.17
HSL 299.69º 0.84% 0.45% -
HSV(B) 299.69º 0.92% 0.83% -
XYZ 38.96 19.03 63.91 -
YUV 97.82 192.44 208.73 -
System Red Green Blue C M Y K H S L
Decimal 211 18 212 0.00 0.92 0 0.17 299.69 0.84 0.45
Hex D3 12 D4 0 5C 0 11 12C 54 2D
Octal 323 22 324 0 134 0 21 454 124 55
Binary 11010011 10010 11010100 0 1011100 0 10001 100101100 1010100 101101

Color Harmonies of #D312D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312D4

Black with #D312D4

Text Example


Text Example

White with #D312D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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