Html Css Color HEX #D304DC Deep Magenta

📋 copy color: '#D304DC'

red 211 ◦ green 4 ◦ blue 220

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

Shades of Deep Magenta #D304DC

Tints of Deep Magenta #D304DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 48.51%
G = 0.92%
B = 50.57%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D304DC (or 0xD304DC) is known color: Deep Magenta. HEX triplet: D3, 04 and DC. RGB value is (211,4,220). Sum of RGB (Red+Green+Blue) = 211+4+220=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #D304DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D304DC is #2CFB23. Grayscale: #595959. Windows color (decimal): -2947876 or 14419155. OLE color: 14419155.

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

Color convert

RGB 211 4 220 -
CMYK 0.04 0.98 0 0.14
HSL 297.5º 0.96% 0.44% -
HSV(B) 297.5º 0.98% 0.86% -
XYZ 39.83 19.1 69.3 -
YUV 90.52 201.08 213.94 -
System Red Green Blue C M Y K H S L
Decimal 211 4 220 0.04 0.98 0 0.14 297.5 0.96 0.44
Hex D3 4 DC 4 62 0 E 12A 60 2C
Octal 323 4 334 4 142 0 16 452 140 54
Binary 11010011 100 11011100 100 1100010 0 1110 100101010 1100000 101100

Color Harmonies of #D304DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D304DC

Black with #D304DC

Text Example


Text Example

White with #D304DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D304DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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