Html Css Color HEX #D8069B Hollywood Cerise

📋 copy color: '#D8069B'

red 216 ◦ green 6 ◦ blue 155

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

Shades of Hollywood Cerise #D8069B

Tints of Hollywood Cerise #D8069B

RGB

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

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

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

R = 57.29%
G = 1.59%
B = 41.11%

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

#D8069B (or 0xD8069B) is known color: Hollywood Cerise. HEX triplet: D8, 06 and 9B. RGB value is (216,6,155). Sum of RGB (Red+Green+Blue) = 216+6+155=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8069B is #27F964. Grayscale: #555555. Windows color (decimal): -2619749 or 10159832. OLE color: 10159832.

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

Color convert

RGB 216 6 155 -
CMYK 0 0.97 0.28 0.15
HSL 317.43º 0.95% 0.44% -
HSV(B) 317.43º 0.97% 0.85% -
XYZ 34.3 17.1 32.5 -
YUV 85.78 167.07 220.88 -
System Red Green Blue C M Y K H S L
Decimal 216 6 155 0 0.97 0.28 0.15 317.43 0.95 0.44
Hex D8 6 9B 0 61 1C F 13D 5F 2C
Octal 330 6 233 0 141 34 17 475 137 54
Binary 11011000 110 10011011 0 1100001 11100 1111 100111101 1011111 101100

Color Harmonies of #D8069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8069B

Black with #D8069B

Text Example


Text Example

White with #D8069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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