Html Css Color HEX #D8069D Hollywood Cerise

📋 copy color: '#D8069D'

red 216 ◦ green 6 ◦ blue 157

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

Shades of Hollywood Cerise #D8069D

Tints of Hollywood Cerise #D8069D

RGB

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

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

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

R = 56.99%
G = 1.58%
B = 41.42%

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

#D8069D (or 0xD8069D) is known color: Hollywood Cerise. HEX triplet: D8, 06 and 9D. RGB value is (216,6,157). Sum of RGB (Red+Green+Blue) = 216+6+157=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8069D is #27F962. Grayscale: #555555. Windows color (decimal): -2619747 or 10290904. OLE color: 10290904.

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

Color convert

RGB 216 6 157 -
CMYK 0 0.97 0.27 0.15
HSL 316.86º 0.95% 0.44% -
HSV(B) 316.86º 0.97% 0.85% -
XYZ 34.47 17.16 33.39 -
YUV 86 168.07 220.72 -
System Red Green Blue C M Y K H S L
Decimal 216 6 157 0 0.97 0.27 0.15 316.86 0.95 0.44
Hex D8 6 9D 0 61 1B F 13D 5F 2C
Octal 330 6 235 0 141 33 17 475 137 54
Binary 11011000 110 10011101 0 1100001 11011 1111 100111101 1011111 101100

Color Harmonies of #D8069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8069D

Black with #D8069D

Text Example


Text Example

White with #D8069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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