Html Css Color HEX #D305AD Deep Magenta

📋 copy color: '#D305AD'

red 211 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #D305AD

Tints of Deep Magenta #D305AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

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

R = 54.24%
G = 1.29%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D305AD (or 0xD305AD) is known color: Deep Magenta. HEX triplet: D3, 05 and AD. RGB value is (211,5,173). Sum of RGB (Red+Green+Blue) = 211+5+173=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D305AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D305AD is #2CFA52. Grayscale: #555555. Windows color (decimal): -2947667 or 11339219. OLE color: 11339219.

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

Color convert

RGB 211 5 173 -
CMYK 0 0.98 0.18 0.17
HSL 311.07º 0.95% 0.42% -
HSV(B) 311.07º 0.98% 0.83% -
XYZ 34.46 16.97 41 -
YUV 85.75 177.25 217.34 -
System Red Green Blue C M Y K H S L
Decimal 211 5 173 0 0.98 0.18 0.17 311.07 0.95 0.42
Hex D3 5 AD 0 62 12 11 137 5F 2A
Octal 323 5 255 0 142 22 21 467 137 52
Binary 11010011 101 10101101 0 1100010 10010 10001 100110111 1011111 101010

Color Harmonies of #D305AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D305AD

Black with #D305AD

Text Example


Text Example

White with #D305AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D305AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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