Html Css Color HEX #D309AC Deep Magenta

📋 copy color: '#D309AC'

red 211 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #D309AC

Tints of Deep Magenta #D309AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.3%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 53.83%
G = 2.3%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D309AC (or 0xD309AC) is known color: Deep Magenta. HEX triplet: D3, 09 and AC. RGB value is (211,9,172). Sum of RGB (Red+Green+Blue) = 211+9+172=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D309AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D309AC is #2CF653. Grayscale: #575757. Windows color (decimal): -2946644 or 11274707. OLE color: 11274707.

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

Color convert

RGB 211 9 172 -
CMYK 0 0.96 0.18 0.17
HSL 311.58º 0.92% 0.43% -
HSV(B) 311.58º 0.96% 0.83% -
XYZ 34.41 17.02 40.5 -
YUV 87.98 175.42 215.75 -
System Red Green Blue C M Y K H S L
Decimal 211 9 172 0 0.96 0.18 0.17 311.58 0.92 0.43
Hex D3 9 AC 0 60 12 11 138 5C 2B
Octal 323 11 254 0 140 22 21 470 134 53
Binary 11010011 1001 10101100 0 1100000 10010 10001 100111000 1011100 101011

Color Harmonies of #D309AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309AC

Black with #D309AC

Text Example


Text Example

White with #D309AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309AC; }

 p { color: rgb(211,9,172); }

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

background-color css

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

 a { background-color: rgb(211,9,172); }

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

border-color css

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

 span { border-color: rgb(211,9,172); }

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