Html Css Color HEX #D300DF Deep Magenta

📋 copy color: '#D300DF'

red 211 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #D300DF

Tints of Deep Magenta #D300DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.62%
G = 0%
B = 51.38%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D300DF (or 0xD300DF) is known color: Deep Magenta. HEX triplet: D3, 00 and DF. RGB value is (211,0,223). Sum of RGB (Red+Green+Blue) = 211+0+223=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #D300DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300DF is #2CFF20. Grayscale: #575757. Windows color (decimal): -2948897 or 14614739. OLE color: 14614739.

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

Color convert

RGB 211 0 223 -
CMYK 0.05 1 0 0.13
HSL 296.77º 1% 0.44% -
HSV(B) 296.77º 1% 0.87% -
XYZ 40.18 19.18 71.4 -
YUV 88.51 203.9 215.37 -
System Red Green Blue C M Y K H S L
Decimal 211 0 223 0.05 1 0 0.13 296.77 1 0.44
Hex D3 0 DF 5 64 0 D 129 64 2C
Octal 323 0 337 5 144 0 15 451 144 54
Binary 11010011 0 11011111 101 1100100 0 1101 100101001 1100100 101100

Color Harmonies of #D300DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300DF

Black with #D300DF

Text Example


Text Example

White with #D300DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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