Html Css Color HEX #D801AF Hollywood Cerise

📋 copy color: '#D801AF'

red 216 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #D801AF

Tints of Hollywood Cerise #D801AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 55.1%
G = 0.26%
B = 44.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D801AF (or 0xD801AF) is known color: Hollywood Cerise. HEX triplet: D8, 01 and AF. RGB value is (216,1,175). Sum of RGB (Red+Green+Blue) = 216+1+175=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D801AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D801AF is #27FE50. Grayscale: #545454. Windows color (decimal): -2621009 or 11469272. OLE color: 11469272.

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

Color convert

RGB 216 1 175 -
CMYK 0 1.00 0.19 0.15
HSL 311.44º 0.99% 0.43% -
HSV(B) 311.44º 1% 0.85% -
XYZ 36.07 17.72 42.08 -
YUV 85.12 178.73 221.35 -
System Red Green Blue C M Y K H S L
Decimal 216 1 175 0 1.00 0.19 0.15 311.44 0.99 0.43
Hex D8 1 AF 0 64 13 F 137 63 2B
Octal 330 1 257 0 144 23 17 467 143 53
Binary 11011000 1 10101111 0 1100100 10011 1111 100110111 1100011 101011

Color Harmonies of #D801AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801AF

Black with #D801AF

Text Example


Text Example

White with #D801AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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