Html Css Color HEX #D801AD Hollywood Cerise

📋 copy color: '#D801AD'

red 216 ◦ green 1 ◦ blue 173

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

Shades of Hollywood Cerise #D801AD

Tints of Hollywood Cerise #D801AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 55.38%
G = 0.26%
B = 44.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D801AD (or 0xD801AD) is known color: Hollywood Cerise. HEX triplet: D8, 01 and AD. RGB value is (216,1,173). Sum of RGB (Red+Green+Blue) = 216+1+173=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D801AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D801AD is #27FE52. Grayscale: #545454. Windows color (decimal): -2621011 or 11338200. OLE color: 11338200.

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

Color convert

RGB 216 1 173 -
CMYK 0 1.00 0.20 0.15
HSL 312º 0.99% 0.43% -
HSV(B) 312º 1% 0.85% -
XYZ 35.87 17.64 41.05 -
YUV 84.89 177.73 221.51 -
System Red Green Blue C M Y K H S L
Decimal 216 1 173 0 1.00 0.20 0.15 312 0.99 0.43
Hex D8 1 AD 0 64 14 F 138 63 2B
Octal 330 1 255 0 144 24 17 470 143 53
Binary 11011000 1 10101101 0 1100100 10100 1111 100111000 1100011 101011

Color Harmonies of #D801AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801AD

Black with #D801AD

Text Example


Text Example

White with #D801AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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