Html Css Color HEX #D201DF Deep Magenta

📋 copy color: '#D201DF'

red 210 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #D201DF

Tints of Deep Magenta #D201DF

RGB

 RED value IS 210 (82.42% from 255) = 48.39%

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

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

R = 48.39%
G = 0.23%
B = 51.38%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D201DF (or 0xD201DF) is known color: Deep Magenta. HEX triplet: D2, 01 and DF. RGB value is (210,1,223). Sum of RGB (Red+Green+Blue) = 210+1+223=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 1 (0.78% from 255 or 0.23% 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 #D201DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201DF is #2DFE20. Grayscale: #585858. Windows color (decimal): -3014177 or 14614994. OLE color: 14614994.

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

Color convert

RGB 210 1 223 -
CMYK 0.06 1.00 0 0.13
HSL 296.49º 0.99% 0.44% -
HSV(B) 296.49º 1% 0.87% -
XYZ 39.91 19.05 71.39 -
YUV 88.8 203.74 214.45 -
System Red Green Blue C M Y K H S L
Decimal 210 1 223 0.06 1.00 0 0.13 296.49 0.99 0.44
Hex D2 1 DF 6 64 0 D 128 63 2C
Octal 322 1 337 6 144 0 15 450 143 54
Binary 11010010 1 11011111 110 1100100 0 1101 100101000 1100011 101100

Color Harmonies of #D201DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201DF

Black with #D201DF

Text Example


Text Example

White with #D201DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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