Html Css Color HEX #D201CD Deep Magenta

📋 copy color: '#D201CD'

red 210 ◦ green 1 ◦ blue 205

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

Shades of Deep Magenta #D201CD

Tints of Deep Magenta #D201CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 50.48%
G = 0.24%
B = 49.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D201CD (or 0xD201CD) is known color: Deep Magenta. HEX triplet: D2, 01 and CD. RGB value is (210,1,205). Sum of RGB (Red+Green+Blue) = 210+1+205=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D201CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201CD is #2DFE32. Grayscale: #565656. Windows color (decimal): -3014195 or 13435346. OLE color: 13435346.

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

Color convert

RGB 210 1 205 -
CMYK 0 1.00 0.02 0.18
HSL 301.44º 0.99% 0.41% -
HSV(B) 301.44º 1% 0.82% -
XYZ 37.61 18.13 59.28 -
YUV 86.75 194.74 215.91 -
System Red Green Blue C M Y K H S L
Decimal 210 1 205 0 1.00 0.02 0.18 301.44 0.99 0.41
Hex D2 1 CD 0 64 2 12 12D 63 29
Octal 322 1 315 0 144 2 22 455 143 51
Binary 11010010 1 11001101 0 1100100 10 10010 100101101 1100011 101001

Color Harmonies of #D201CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201CD

Black with #D201CD

Text Example


Text Example

White with #D201CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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