Html Css Color HEX #D8069A Hollywood Cerise

📋 copy color: '#D8069A'

red 216 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #D8069A

Tints of Hollywood Cerise #D8069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 57.45%
G = 1.6%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8069A (or 0xD8069A) is known color: Hollywood Cerise. HEX triplet: D8, 06 and 9A. RGB value is (216,6,154). Sum of RGB (Red+Green+Blue) = 216+6+154=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8069A is #27F965. Grayscale: #555555. Windows color (decimal): -2619750 or 10094296. OLE color: 10094296.

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

Color convert

RGB 216 6 154 -
CMYK 0 0.97 0.29 0.15
HSL 317.71º 0.95% 0.44% -
HSV(B) 317.71º 0.97% 0.85% -
XYZ 34.22 17.06 32.06 -
YUV 85.66 166.57 220.97 -
System Red Green Blue C M Y K H S L
Decimal 216 6 154 0 0.97 0.29 0.15 317.71 0.95 0.44
Hex D8 6 9A 0 61 1D F 13E 5F 2C
Octal 330 6 232 0 141 35 17 476 137 54
Binary 11011000 110 10011010 0 1100001 11101 1111 100111110 1011111 101100

Color Harmonies of #D8069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8069A

Black with #D8069A

Text Example


Text Example

White with #D8069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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