Html Css Color HEX #D5059D Hollywood Cerise

📋 copy color: '#D5059D'

red 213 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #D5059D

Tints of Hollywood Cerise #D5059D

RGB

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

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

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

R = 56.8%
G = 1.33%
B = 41.87%

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

#D5059D (or 0xD5059D) is known color: Hollywood Cerise. HEX triplet: D5, 05 and 9D. RGB value is (213,5,157). Sum of RGB (Red+Green+Blue) = 213+5+157=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5059D is #2AFA62. Grayscale: #545454. Windows color (decimal): -2816611 or 10290645. OLE color: 10290645.

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

Color convert

RGB 213 5 157 -
CMYK 0 0.98 0.26 0.16
HSL 316.15º 0.95% 0.43% -
HSV(B) 316.15º 0.98% 0.84% -
XYZ 33.58 16.69 33.35 -
YUV 84.52 168.91 219.64 -
System Red Green Blue C M Y K H S L
Decimal 213 5 157 0 0.98 0.26 0.16 316.15 0.95 0.43
Hex D5 5 9D 0 62 1A 10 13C 5F 2B
Octal 325 5 235 0 142 32 20 474 137 53
Binary 11010101 101 10011101 0 1100010 11010 10000 100111100 1011111 101011

Color Harmonies of #D5059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5059D

Black with #D5059D

Text Example


Text Example

White with #D5059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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