Html Css Color HEX #D80195 Hollywood Cerise

📋 copy color: '#D80195'

red 216 ◦ green 1 ◦ blue 149

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

Shades of Hollywood Cerise #D80195

Tints of Hollywood Cerise #D80195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 59.02%
G = 0.27%
B = 40.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D80195 (or 0xD80195) is known color: Hollywood Cerise. HEX triplet: D8, 01 and 95. RGB value is (216,1,149). Sum of RGB (Red+Green+Blue) = 216+1+149=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D80195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80195 is #27FE6A. Grayscale: #515151. Windows color (decimal): -2621035 or 9765336. OLE color: 9765336.

HSL color Cylindrical-coordinate representation of color #D80195: hue angle of 318.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80195 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 1 149 -
CMYK 0 1.00 0.31 0.15
HSL 318.7º 0.99% 0.43% -
HSV(B) 318.7º 1% 0.85% -
XYZ 33.75 16.79 29.9 -
YUV 82.16 165.73 223.47 -
System Red Green Blue C M Y K H S L
Decimal 216 1 149 0 1.00 0.31 0.15 318.7 0.99 0.43
Hex D8 1 95 0 64 1F F 13F 63 2B
Octal 330 1 225 0 144 37 17 477 143 53
Binary 11011000 1 10010101 0 1100100 11111 1111 100111111 1100011 101011

Color Harmonies of #D80195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80195

Black with #D80195

Text Example


Text Example

White with #D80195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80195; }

 p { color: rgb(216,1,149); }

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

background-color css

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

 a { background-color: rgb(216,1,149); }

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

border-color css

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

 span { border-color: rgb(216,1,149); }

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