Html Css Color HEX #D805AF Hollywood Cerise

📋 copy color: '#D805AF'

red 216 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #D805AF

Tints of Hollywood Cerise #D805AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

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

R = 54.55%
G = 1.26%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D805AF (or 0xD805AF) is known color: Hollywood Cerise. HEX triplet: D8, 05 and AF. RGB value is (216,5,175). Sum of RGB (Red+Green+Blue) = 216+5+175=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D805AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D805AF is #27FA50. Grayscale: #575757. Windows color (decimal): -2619985 or 11470296. OLE color: 11470296.

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

Color convert

RGB 216 5 175 -
CMYK 0 0.98 0.19 0.15
HSL 311.66º 0.95% 0.43% -
HSV(B) 311.66º 0.98% 0.85% -
XYZ 36.11 17.8 42.09 -
YUV 87.47 177.4 219.68 -
System Red Green Blue C M Y K H S L
Decimal 216 5 175 0 0.98 0.19 0.15 311.66 0.95 0.43
Hex D8 5 AF 0 62 13 F 138 5F 2B
Octal 330 5 257 0 142 23 17 470 137 53
Binary 11011000 101 10101111 0 1100010 10011 1111 100111000 1011111 101011

Color Harmonies of #D805AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D805AF

Black with #D805AF

Text Example


Text Example

White with #D805AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D805AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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