Html Css Color HEX #D809AF Hollywood Cerise

📋 copy color: '#D809AF'

red 216 ◦ green 9 ◦ blue 175

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

Shades of Hollywood Cerise #D809AF

Tints of Hollywood Cerise #D809AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.25%

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

R = 54%
G = 2.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D809AF (or 0xD809AF) is known color: Hollywood Cerise. HEX triplet: D8, 09 and AF. RGB value is (216,9,175). Sum of RGB (Red+Green+Blue) = 216+9+175=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D809AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D809AF is #27F650. Grayscale: #595959. Windows color (decimal): -2618961 or 11471320. OLE color: 11471320.

HSL color Cylindrical-coordinate representation of color #D809AF: hue angle of 311.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D809AF is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 175 -
CMYK 0 0.96 0.19 0.15
HSL 311.88º 0.92% 0.44% -
HSV(B) 311.88º 0.96% 0.85% -
XYZ 36.15 17.89 42.1 -
YUV 89.82 176.08 218 -
System Red Green Blue C M Y K H S L
Decimal 216 9 175 0 0.96 0.19 0.15 311.88 0.92 0.44
Hex D8 9 AF 0 60 13 F 138 5C 2C
Octal 330 11 257 0 140 23 17 470 134 54
Binary 11011000 1001 10101111 0 1100000 10011 1111 100111000 1011100 101100

Color Harmonies of #D809AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809AF

Black with #D809AF

Text Example


Text Example

White with #D809AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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