Html Css Color HEX #D7099D Hollywood Cerise

📋 copy color: '#D7099D'

red 215 ◦ green 9 ◦ blue 157

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

Shades of Hollywood Cerise #D7099D

Tints of Hollywood Cerise #D7099D

RGB

 RED value IS 215 (84.38% from 255) = 56.43%

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

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

R = 56.43%
G = 2.36%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7099D (or 0xD7099D) is known color: Hollywood Cerise. HEX triplet: D7, 09 and 9D. RGB value is (215,9,157). Sum of RGB (Red+Green+Blue) = 215+9+157=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7099D is #28F662. Grayscale: #575757. Windows color (decimal): -2684515 or 10291671. OLE color: 10291671.

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

Color convert

RGB 215 9 157 -
CMYK 0 0.96 0.27 0.16
HSL 316.89º 0.92% 0.44% -
HSV(B) 316.89º 0.96% 0.84% -
XYZ 34.21 17.08 33.39 -
YUV 87.47 167.25 218.97 -
System Red Green Blue C M Y K H S L
Decimal 215 9 157 0 0.96 0.27 0.16 316.89 0.92 0.44
Hex D7 9 9D 0 60 1B 10 13D 5C 2C
Octal 327 11 235 0 140 33 20 475 134 54
Binary 11010111 1001 10011101 0 1100000 11011 10000 100111101 1011100 101100

Color Harmonies of #D7099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7099D

Black with #D7099D

Text Example


Text Example

White with #D7099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7099D; }

 p { color: rgb(215,9,157); }

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

background-color css

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

 a { background-color: rgb(215,9,157); }

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

border-color css

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

 span { border-color: rgb(215,9,157); }

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