Html Css Color HEX #D201C7 Deep Magenta

📋 copy color: '#D201C7'

red 210 ◦ green 1 ◦ blue 199

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

Shades of Deep Magenta #D201C7

Tints of Deep Magenta #D201C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.54%

R = 51.22%
G = 0.24%
B = 48.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D201C7 (or 0xD201C7) is known color: Deep Magenta. HEX triplet: D2, 01 and C7. RGB value is (210,1,199). Sum of RGB (Red+Green+Blue) = 210+1+199=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D201C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201C7 is #2DFE38. Grayscale: #555555. Windows color (decimal): -3014201 or 13042130. OLE color: 13042130.

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

Color convert

RGB 210 1 199 -
CMYK 0 1.00 0.05 0.18
HSL 303.16º 0.99% 0.41% -
HSV(B) 303.16º 1% 0.82% -
XYZ 36.9 17.85 55.53 -
YUV 86.06 191.74 216.4 -
System Red Green Blue C M Y K H S L
Decimal 210 1 199 0 1.00 0.05 0.18 303.16 0.99 0.41
Hex D2 1 C7 0 64 5 12 12F 63 29
Octal 322 1 307 0 144 5 22 457 143 51
Binary 11010010 1 11000111 0 1100100 101 10010 100101111 1100011 101001

Color Harmonies of #D201C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201C7

Black with #D201C7

Text Example


Text Example

White with #D201C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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