Html Css Color HEX #D801C0 Deep Magenta

📋 copy color: '#D801C0'

red 216 ◦ green 1 ◦ blue 192

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

Shades of Deep Magenta #D801C0

Tints of Deep Magenta #D801C0

RGB

 RED value IS 216 (84.77% from 255) = 52.81%

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

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 52.81%
G = 0.24%
B = 46.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D801C0 (or 0xD801C0) is known color: Deep Magenta. HEX triplet: D8, 01 and C0. RGB value is (216,1,192). Sum of RGB (Red+Green+Blue) = 216+1+192=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D801C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D801C0 is #27FE3F. Grayscale: #565656. Windows color (decimal): -2620992 or 12583384. OLE color: 12583384.

HSL color Cylindrical-coordinate representation of color #D801C0: hue angle of 306.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801C0 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 1 192 -
CMYK 0 1.00 0.11 0.15
HSL 306.7º 0.99% 0.43% -
HSV(B) 306.7º 1% 0.85% -
XYZ 37.84 18.43 51.43 -
YUV 87.06 187.23 219.97 -
System Red Green Blue C M Y K H S L
Decimal 216 1 192 0 1.00 0.11 0.15 306.7 0.99 0.43
Hex D8 1 C0 0 64 B F 133 63 2B
Octal 330 1 300 0 144 13 17 463 143 53
Binary 11011000 1 11000000 0 1100100 1011 1111 100110011 1100011 101011

Color Harmonies of #D801C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801C0

Black with #D801C0

Text Example


Text Example

White with #D801C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801C0; }

 p { color: rgb(216,1,192); }

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

background-color css

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

 a { background-color: rgb(216,1,192); }

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

border-color css

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

 span { border-color: rgb(216,1,192); }

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