Html Css Color HEX #D6099E Hollywood Cerise

📋 copy color: '#D6099E'

red 214 ◦ green 9 ◦ blue 158

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

Shades of Hollywood Cerise #D6099E

Tints of Hollywood Cerise #D6099E

RGB

 RED value IS 214 (83.98% from 255) = 56.17%

 GREEN value IS 9 (3.91% from 255) = 2.36%

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 56.17%
G = 2.36%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6099E (or 0xD6099E) is known color: Hollywood Cerise. HEX triplet: D6, 09 and 9E. RGB value is (214,9,158). Sum of RGB (Red+Green+Blue) = 214+9+158=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D6099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6099E is #29F661. Grayscale: #565656. Windows color (decimal): -2750050 or 10357206. OLE color: 10357206.

HSL color Cylindrical-coordinate representation of color #D6099E: hue angle of 316.39º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6099E is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 158 -
CMYK 0 0.96 0.26 0.16
HSL 316.39º 0.92% 0.44% -
HSV(B) 316.39º 0.96% 0.84% -
XYZ 34 16.96 33.83 -
YUV 87.28 167.92 218.38 -
System Red Green Blue C M Y K H S L
Decimal 214 9 158 0 0.96 0.26 0.16 316.39 0.92 0.44
Hex D6 9 9E 0 60 1A 10 13C 5C 2C
Octal 326 11 236 0 140 32 20 474 134 54
Binary 11010110 1001 10011110 0 1100000 11010 10000 100111100 1011100 101100

Color Harmonies of #D6099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6099E

Black with #D6099E

Text Example


Text Example

White with #D6099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6099E; }

 p { color: rgb(214,9,158); }

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

background-color css

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

 a { background-color: rgb(214,9,158); }

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

border-color css

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

 span { border-color: rgb(214,9,158); }

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