Html Css Color HEX #D305DD Deep Magenta

📋 copy color: '#D305DD'

red 211 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #D305DD

Tints of Deep Magenta #D305DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 48.28%
G = 1.14%
B = 50.57%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D305DD (or 0xD305DD) is known color: Deep Magenta. HEX triplet: D3, 05 and DD. RGB value is (211,5,221). Sum of RGB (Red+Green+Blue) = 211+5+221=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #D305DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305DD is #2CFA22. Grayscale: #5A5A5A. Windows color (decimal): -2947619 or 14484947. OLE color: 14484947.

HSL color Cylindrical-coordinate representation of color #D305DD: hue angle of 297.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305DD is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 5 221 -
CMYK 0.05 0.98 0 0.13
HSL 297.22º 0.96% 0.44% -
HSV(B) 297.22º 0.98% 0.87% -
XYZ 39.97 19.18 70 -
YUV 91.22 201.25 213.44 -
System Red Green Blue C M Y K H S L
Decimal 211 5 221 0.05 0.98 0 0.13 297.22 0.96 0.44
Hex D3 5 DD 5 62 0 D 129 60 2C
Octal 323 5 335 5 142 0 15 451 140 54
Binary 11010011 101 11011101 101 1100010 0 1101 100101001 1100000 101100

Color Harmonies of #D305DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D305DD

Black with #D305DD

Text Example


Text Example

White with #D305DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D305DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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