Html Css Color HEX #D5059C Hollywood Cerise

📋 copy color: '#D5059C'

red 213 ◦ green 5 ◦ blue 156

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

Shades of Hollywood Cerise #D5059C

Tints of Hollywood Cerise #D5059C

RGB

 RED value IS 213 (83.59% from 255) = 56.95%

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 56.95%
G = 1.34%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5059C (or 0xD5059C) is known color: Hollywood Cerise. HEX triplet: D5, 05 and 9C. RGB value is (213,5,156). Sum of RGB (Red+Green+Blue) = 213+5+156=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5059C is #2AFA63. Grayscale: #545454. Windows color (decimal): -2816612 or 10225109. OLE color: 10225109.

HSL color Cylindrical-coordinate representation of color #D5059C: hue angle of 316.44º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5059C is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 156 -
CMYK 0 0.98 0.27 0.16
HSL 316.44º 0.95% 0.43% -
HSV(B) 316.44º 0.98% 0.84% -
XYZ 33.5 16.65 32.9 -
YUV 84.41 168.41 219.72 -
System Red Green Blue C M Y K H S L
Decimal 213 5 156 0 0.98 0.27 0.16 316.44 0.95 0.43
Hex D5 5 9C 0 62 1B 10 13C 5F 2B
Octal 325 5 234 0 142 33 20 474 137 53
Binary 11010101 101 10011100 0 1100010 11011 10000 100111100 1011111 101011

Color Harmonies of #D5059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5059C

Black with #D5059C

Text Example


Text Example

White with #D5059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5059C; }

 p { color: rgb(213,5,156); }

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

background-color css

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

 a { background-color: rgb(213,5,156); }

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

border-color css

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

 span { border-color: rgb(213,5,156); }

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