Html Css Color HEX #D201C9 Deep Magenta

📋 copy color: '#D201C9'

red 210 ◦ green 1 ◦ blue 201

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

Shades of Deep Magenta #D201C9

Tints of Deep Magenta #D201C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 50.97%
G = 0.24%
B = 48.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D201C9 (or 0xD201C9) is known color: Deep Magenta. HEX triplet: D2, 01 and C9. RGB value is (210,1,201). Sum of RGB (Red+Green+Blue) = 210+1+201=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D201C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201C9 is #2DFE36. Grayscale: #555555. Windows color (decimal): -3014199 or 13173202. OLE color: 13173202.

HSL color Cylindrical-coordinate representation of color #D201C9: hue angle of 302.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201C9 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 201 -
CMYK 0 1.00 0.04 0.18
HSL 302.58º 0.99% 0.41% -
HSV(B) 302.58º 1% 0.82% -
XYZ 37.13 17.94 56.76 -
YUV 86.29 192.74 216.24 -
System Red Green Blue C M Y K H S L
Decimal 210 1 201 0 1.00 0.04 0.18 302.58 0.99 0.41
Hex D2 1 C9 0 64 4 12 12F 63 29
Octal 322 1 311 0 144 4 22 457 143 51
Binary 11010010 1 11001001 0 1100100 100 10010 100101111 1100011 101001

Color Harmonies of #D201C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201C9

Black with #D201C9

Text Example


Text Example

White with #D201C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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