Html Css Color HEX #D309B5 Deep Magenta

📋 copy color: '#D309B5'

red 211 ◦ green 9 ◦ blue 181

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

Shades of Deep Magenta #D309B5

Tints of Deep Magenta #D309B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 52.62%
G = 2.24%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D309B5 (or 0xD309B5) is known color: Deep Magenta. HEX triplet: D3, 09 and B5. RGB value is (211,9,181). Sum of RGB (Red+Green+Blue) = 211+9+181=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D309B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309B5 is #2CF64A. Grayscale: #585858. Windows color (decimal): -2946635 or 11864531. OLE color: 11864531.

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

Color convert

RGB 211 9 181 -
CMYK 0 0.96 0.14 0.17
HSL 308.91º 0.92% 0.43% -
HSV(B) 308.91º 0.96% 0.83% -
XYZ 35.3 17.38 45.21 -
YUV 89.01 179.92 215.01 -
System Red Green Blue C M Y K H S L
Decimal 211 9 181 0 0.96 0.14 0.17 308.91 0.92 0.43
Hex D3 9 B5 0 60 E 11 135 5C 2B
Octal 323 11 265 0 140 16 21 465 134 53
Binary 11010011 1001 10110101 0 1100000 1110 10001 100110101 1011100 101011

Color Harmonies of #D309B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309B5

Black with #D309B5

Text Example


Text Example

White with #D309B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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