Html Css Color HEX #D309B0 Deep Magenta

📋 copy color: '#D309B0'

red 211 ◦ green 9 ◦ blue 176

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

Shades of Deep Magenta #D309B0

Tints of Deep Magenta #D309B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.44%

R = 53.28%
G = 2.27%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D309B0 (or 0xD309B0) is known color: Deep Magenta. HEX triplet: D3, 09 and B0. RGB value is (211,9,176). Sum of RGB (Red+Green+Blue) = 211+9+176=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D309B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D309B0 is #2CF64F. Grayscale: #575757. Windows color (decimal): -2946640 or 11536851. OLE color: 11536851.

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

Color convert

RGB 211 9 176 -
CMYK 0 0.96 0.17 0.17
HSL 310.4º 0.92% 0.43% -
HSV(B) 310.4º 0.96% 0.83% -
XYZ 34.8 17.18 42.56 -
YUV 88.44 177.42 215.42 -
System Red Green Blue C M Y K H S L
Decimal 211 9 176 0 0.96 0.17 0.17 310.4 0.92 0.43
Hex D3 9 B0 0 60 11 11 136 5C 2B
Octal 323 11 260 0 140 21 21 466 134 53
Binary 11010011 1001 10110000 0 1100000 10001 10001 100110110 1011100 101011

Color Harmonies of #D309B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309B0

Black with #D309B0

Text Example


Text Example

White with #D309B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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