Html Css Color HEX #D304AC Deep Magenta

📋 copy color: '#D304AC'

red 211 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #D304AC

Tints of Deep Magenta #D304AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 54.52%
G = 1.03%
B = 44.44%

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

#D304AC (or 0xD304AC) is known color: Deep Magenta. HEX triplet: D3, 04 and AC. RGB value is (211,4,172). Sum of RGB (Red+Green+Blue) = 211+4+172=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D304AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D304AC is #2CFB53. Grayscale: #545454. Windows color (decimal): -2947924 or 11273427. OLE color: 11273427.

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

Color convert

RGB 211 4 172 -
CMYK 0 0.98 0.18 0.17
HSL 311.3º 0.96% 0.42% -
HSV(B) 311.3º 0.98% 0.83% -
XYZ 34.35 16.91 40.48 -
YUV 85.05 177.08 217.84 -
System Red Green Blue C M Y K H S L
Decimal 211 4 172 0 0.98 0.18 0.17 311.3 0.96 0.42
Hex D3 4 AC 0 62 12 11 137 60 2A
Octal 323 4 254 0 142 22 21 467 140 52
Binary 11010011 100 10101100 0 1100010 10010 10001 100110111 1100000 101010

Color Harmonies of #D304AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D304AC

Black with #D304AC

Text Example


Text Example

White with #D304AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D304AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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