Html Css Color HEX #D8079D Hollywood Cerise

📋 copy color: '#D8079D'

red 216 ◦ green 7 ◦ blue 157

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

Shades of Hollywood Cerise #D8079D

Tints of Hollywood Cerise #D8079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 56.84%
G = 1.84%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8079D (or 0xD8079D) is known color: Hollywood Cerise. HEX triplet: D8, 07 and 9D. RGB value is (216,7,157). Sum of RGB (Red+Green+Blue) = 216+7+157=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8079D is #27F862. Grayscale: #565656. Windows color (decimal): -2619491 or 10291160. OLE color: 10291160.

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

Color convert

RGB 216 7 157 -
CMYK 0 0.97 0.27 0.15
HSL 316.94º 0.94% 0.44% -
HSV(B) 316.94º 0.97% 0.85% -
XYZ 34.48 17.19 33.4 -
YUV 86.59 167.74 220.3 -
System Red Green Blue C M Y K H S L
Decimal 216 7 157 0 0.97 0.27 0.15 316.94 0.94 0.44
Hex D8 7 9D 0 61 1B F 13D 5E 2C
Octal 330 7 235 0 141 33 17 475 136 54
Binary 11011000 111 10011101 0 1100001 11011 1111 100111101 1011110 101100

Color Harmonies of #D8079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8079D

Black with #D8079D

Text Example


Text Example

White with #D8079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8079D; }

 p { color: rgb(216,7,157); }

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

background-color css

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

 a { background-color: rgb(216,7,157); }

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

border-color css

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

 span { border-color: rgb(216,7,157); }

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