Html Css Color HEX #D8079B Hollywood Cerise

📋 copy color: '#D8079B'

red 216 ◦ green 7 ◦ blue 155

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

Shades of Hollywood Cerise #D8079B

Tints of Hollywood Cerise #D8079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 57.14%
G = 1.85%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8079B (or 0xD8079B) is known color: Hollywood Cerise. HEX triplet: D8, 07 and 9B. RGB value is (216,7,155). Sum of RGB (Red+Green+Blue) = 216+7+155=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8079B is #27F864. Grayscale: #555555. Windows color (decimal): -2619493 or 10160088. OLE color: 10160088.

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

Color convert

RGB 216 7 155 -
CMYK 0 0.97 0.28 0.15
HSL 317.51º 0.94% 0.44% -
HSV(B) 317.51º 0.97% 0.85% -
XYZ 34.31 17.12 32.51 -
YUV 86.36 166.74 220.47 -
System Red Green Blue C M Y K H S L
Decimal 216 7 155 0 0.97 0.28 0.15 317.51 0.94 0.44
Hex D8 7 9B 0 61 1C F 13E 5E 2C
Octal 330 7 233 0 141 34 17 476 136 54
Binary 11011000 111 10011011 0 1100001 11100 1111 100111110 1011110 101100

Color Harmonies of #D8079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8079B

Black with #D8079B

Text Example


Text Example

White with #D8079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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