Html Css Color HEX #D5059E Hollywood Cerise

📋 copy color: '#D5059E'

red 213 ◦ green 5 ◦ blue 158

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

Shades of Hollywood Cerise #D5059E

Tints of Hollywood Cerise #D5059E

RGB

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

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

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

R = 56.65%
G = 1.33%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5059E (or 0xD5059E) is known color: Hollywood Cerise. HEX triplet: D5, 05 and 9E. RGB value is (213,5,158). Sum of RGB (Red+Green+Blue) = 213+5+158=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5059E is #2AFA61. Grayscale: #545454. Windows color (decimal): -2816610 or 10356181. OLE color: 10356181.

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

Color convert

RGB 213 5 158 -
CMYK 0 0.98 0.26 0.16
HSL 315.87º 0.95% 0.43% -
HSV(B) 315.87º 0.98% 0.84% -
XYZ 33.67 16.72 33.8 -
YUV 84.63 169.41 219.56 -
System Red Green Blue C M Y K H S L
Decimal 213 5 158 0 0.98 0.26 0.16 315.87 0.95 0.43
Hex D5 5 9E 0 62 1A 10 13C 5F 2B
Octal 325 5 236 0 142 32 20 474 137 53
Binary 11010101 101 10011110 0 1100010 11010 10000 100111100 1011111 101011

Color Harmonies of #D5059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5059E

Black with #D5059E

Text Example


Text Example

White with #D5059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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