Html Css Color HEX #D304DF Deep Magenta

📋 copy color: '#D304DF'

red 211 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #D304DF

Tints of Deep Magenta #D304DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 48.17%
G = 0.91%
B = 50.91%

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

#D304DF (or 0xD304DF) is known color: Deep Magenta. HEX triplet: D3, 04 and DF. RGB value is (211,4,223). Sum of RGB (Red+Green+Blue) = 211+4+223=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #D304DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D304DF is #2CFB20. Grayscale: #5A5A5A. Windows color (decimal): -2947873 or 14615763. OLE color: 14615763.

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

Color convert

RGB 211 4 223 -
CMYK 0.05 0.98 0 0.13
HSL 296.71º 0.96% 0.45% -
HSV(B) 296.71º 0.98% 0.87% -
XYZ 40.23 19.26 71.41 -
YUV 90.86 202.58 213.69 -
System Red Green Blue C M Y K H S L
Decimal 211 4 223 0.05 0.98 0 0.13 296.71 0.96 0.45
Hex D3 4 DF 5 62 0 D 129 60 2D
Octal 323 4 337 5 142 0 15 451 140 55
Binary 11010011 100 11011111 101 1100010 0 1101 100101001 1100000 101101

Color Harmonies of #D304DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D304DF

Black with #D304DF

Text Example


Text Example

White with #D304DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D304DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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