Html Css Color HEX #D312AD Deep Magenta

📋 copy color: '#D312AD'

red 211 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #D312AD

Tints of Deep Magenta #D312AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 52.49%
G = 4.48%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D312AD (or 0xD312AD) is known color: Deep Magenta. HEX triplet: D3, 12 and AD. RGB value is (211,18,173). Sum of RGB (Red+Green+Blue) = 211+18+173=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D312AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D312AD is #2CED52. Grayscale: #5C5C5C. Windows color (decimal): -2944339 or 11342547. OLE color: 11342547.

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

Color convert

RGB 211 18 173 -
CMYK 0 0.91 0.18 0.17
HSL 311.81º 0.84% 0.45% -
HSV(B) 311.81º 0.91% 0.83% -
XYZ 34.62 17.3 41.05 -
YUV 93.38 172.94 211.9 -
System Red Green Blue C M Y K H S L
Decimal 211 18 173 0 0.91 0.18 0.17 311.81 0.84 0.45
Hex D3 12 AD 0 5B 12 11 138 54 2D
Octal 323 22 255 0 133 22 21 470 124 55
Binary 11010011 10010 10101101 0 1011011 10010 10001 100111000 1010100 101101

Color Harmonies of #D312AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312AD

Black with #D312AD

Text Example


Text Example

White with #D312AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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