Html Css Color HEX #D304DD Deep Magenta

📋 copy color: '#D304DD'

red 211 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #D304DD

Tints of Deep Magenta #D304DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

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

R = 48.39%
G = 0.92%
B = 50.69%

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

#D304DD (or 0xD304DD) is known color: Deep Magenta. HEX triplet: D3, 04 and DD. RGB value is (211,4,221). Sum of RGB (Red+Green+Blue) = 211+4+221=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #D304DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D304DD is #2CFB22. Grayscale: #595959. Windows color (decimal): -2947875 or 14484691. OLE color: 14484691.

HSL color Cylindrical-coordinate representation of color #D304DD: hue angle of 297.24º 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 #D304DD is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

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

Color Harmonies of #D304DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D304DD

Black with #D304DD

Text Example


Text Example

White with #D304DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D304DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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