Html Css Color HEX #D801CD Deep Magenta

📋 copy color: '#D801CD'

red 216 ◦ green 1 ◦ blue 205

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

Shades of Deep Magenta #D801CD

Tints of Deep Magenta #D801CD

RGB

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

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

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

R = 51.18%
G = 0.24%
B = 48.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D801CD (or 0xD801CD) is known color: Deep Magenta. HEX triplet: D8, 01 and CD. RGB value is (216,1,205). Sum of RGB (Red+Green+Blue) = 216+1+205=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D801CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D801CD is #27FE32. Grayscale: #575757. Windows color (decimal): -2620979 or 13435352. OLE color: 13435352.

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

Color convert

RGB 216 1 205 -
CMYK 0 1.00 0.05 0.15
HSL 303.07º 0.99% 0.43% -
HSV(B) 303.07º 1% 0.85% -
XYZ 39.35 19.03 59.36 -
YUV 88.54 193.73 218.91 -
System Red Green Blue C M Y K H S L
Decimal 216 1 205 0 1.00 0.05 0.15 303.07 0.99 0.43
Hex D8 1 CD 0 64 5 F 12F 63 2B
Octal 330 1 315 0 144 5 17 457 143 53
Binary 11011000 1 11001101 0 1100100 101 1111 100101111 1100011 101011

Color Harmonies of #D801CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801CD

Black with #D801CD

Text Example


Text Example

White with #D801CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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