Html Css Color HEX #D001DF Deep Magenta

📋 copy color: '#D001DF'

red 208 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #D001DF

Tints of Deep Magenta #D001DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 48.15%
G = 0.23%
B = 51.62%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D001DF (or 0xD001DF) is known color: Deep Magenta. HEX triplet: D0, 01 and DF. RGB value is (208,1,223). Sum of RGB (Red+Green+Blue) = 208+1+223=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #D001DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001DF is #2FFE20. Grayscale: #575757. Windows color (decimal): -3145249 or 14614992. OLE color: 14614992.

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

Color convert

RGB 208 1 223 -
CMYK 0.07 1.00 0 0.13
HSL 295.95º 0.99% 0.44% -
HSV(B) 295.95º 1% 0.87% -
XYZ 39.34 18.76 71.36 -
YUV 88.2 204.08 213.45 -
System Red Green Blue C M Y K H S L
Decimal 208 1 223 0.07 1.00 0 0.13 295.95 0.99 0.44
Hex D0 1 DF 7 64 0 D 128 63 2C
Octal 320 1 337 7 144 0 15 450 143 54
Binary 11010000 1 11011111 111 1100100 0 1101 100101000 1100011 101100

Color Harmonies of #D001DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001DF

Black with #D001DF

Text Example


Text Example

White with #D001DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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