Html Css Color HEX #D8069C Hollywood Cerise

📋 copy color: '#D8069C'

red 216 ◦ green 6 ◦ blue 156

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

Shades of Hollywood Cerise #D8069C

Tints of Hollywood Cerise #D8069C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 57.14%
G = 1.59%
B = 41.27%

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

#D8069C (or 0xD8069C) is known color: Hollywood Cerise. HEX triplet: D8, 06 and 9C. RGB value is (216,6,156). Sum of RGB (Red+Green+Blue) = 216+6+156=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8069C is #27F963. Grayscale: #555555. Windows color (decimal): -2619748 or 10225368. OLE color: 10225368.

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

Color convert

RGB 216 6 156 -
CMYK 0 0.97 0.28 0.15
HSL 317.14º 0.95% 0.44% -
HSV(B) 317.14º 0.97% 0.85% -
XYZ 34.38 17.13 32.95 -
YUV 85.89 167.57 220.8 -
System Red Green Blue C M Y K H S L
Decimal 216 6 156 0 0.97 0.28 0.15 317.14 0.95 0.44
Hex D8 6 9C 0 61 1C F 13D 5F 2C
Octal 330 6 234 0 141 34 17 475 137 54
Binary 11011000 110 10011100 0 1100001 11100 1111 100111101 1011111 101100

Color Harmonies of #D8069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8069C

Black with #D8069C

Text Example


Text Example

White with #D8069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8069C; }

 p { color: rgb(216,6,156); }

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

background-color css

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

 a { background-color: rgb(216,6,156); }

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

border-color css

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

 span { border-color: rgb(216,6,156); }

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