Html Css Color HEX #D000DF Deep Magenta

📋 copy color: '#D000DF'

red 208 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #D000DF

Tints of Deep Magenta #D000DF

RGB

 RED value IS 208 (81.64% from 255) = 48.26%

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

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

R = 48.26%
G = 0%
B = 51.74%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D000DF (or 0xD000DF) is known color: Deep Magenta. HEX triplet: D0, 00 and DF. RGB value is (208,0,223). Sum of RGB (Red+Green+Blue) = 208+0+223=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #D000DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000DF is #2FFF20. Grayscale: #565656. Windows color (decimal): -3145505 or 14614736. OLE color: 14614736.

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

Color convert

RGB 208 0 223 -
CMYK 0.07 1 0 0.13
HSL 295.96º 1% 0.44% -
HSV(B) 295.96º 1% 0.87% -
XYZ 39.33 18.74 71.36 -
YUV 87.61 204.41 213.87 -
System Red Green Blue C M Y K H S L
Decimal 208 0 223 0.07 1 0 0.13 295.96 1 0.44
Hex D0 0 DF 7 64 0 D 128 64 2C
Octal 320 0 337 7 144 0 15 450 144 54
Binary 11010000 0 11011111 111 1100100 0 1101 100101000 1100100 101100

Color Harmonies of #D000DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000DF

Black with #D000DF

Text Example


Text Example

White with #D000DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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