Html Css Color HEX #D801A7 Hollywood Cerise

📋 copy color: '#D801A7'

red 216 ◦ green 1 ◦ blue 167

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

Shades of Hollywood Cerise #D801A7

Tints of Hollywood Cerise #D801A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.49%

R = 56.25%
G = 0.26%
B = 43.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D801A7 (or 0xD801A7) is known color: Hollywood Cerise. HEX triplet: D8, 01 and A7. RGB value is (216,1,167). Sum of RGB (Red+Green+Blue) = 216+1+167=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D801A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D801A7 is #27FE58. Grayscale: #535353. Windows color (decimal): -2621017 or 10944984. OLE color: 10944984.

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

Color convert

RGB 216 1 167 -
CMYK 0 1.00 0.23 0.15
HSL 313.67º 0.99% 0.43% -
HSV(B) 313.67º 1% 0.85% -
XYZ 35.3 17.41 38.06 -
YUV 84.21 174.73 222 -
System Red Green Blue C M Y K H S L
Decimal 216 1 167 0 1.00 0.23 0.15 313.67 0.99 0.43
Hex D8 1 A7 0 64 17 F 13A 63 2B
Octal 330 1 247 0 144 27 17 472 143 53
Binary 11011000 1 10100111 0 1100100 10111 1111 100111010 1100011 101011

Color Harmonies of #D801A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801A7

Black with #D801A7

Text Example


Text Example

White with #D801A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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