Html Css Color HEX #D5059F Hollywood Cerise

📋 copy color: '#D5059F'

red 213 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #D5059F

Tints of Hollywood Cerise #D5059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 56.5%
G = 1.33%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5059F (or 0xD5059F) is known color: Hollywood Cerise. HEX triplet: D5, 05 and 9F. RGB value is (213,5,159). Sum of RGB (Red+Green+Blue) = 213+5+159=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5059F is #2AFA60. Grayscale: #545454. Windows color (decimal): -2816609 or 10421717. OLE color: 10421717.

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

Color convert

RGB 213 5 159 -
CMYK 0 0.98 0.25 0.16
HSL 315.58º 0.95% 0.43% -
HSV(B) 315.58º 0.98% 0.84% -
XYZ 33.75 16.76 34.26 -
YUV 84.75 169.91 219.48 -
System Red Green Blue C M Y K H S L
Decimal 213 5 159 0 0.98 0.25 0.16 315.58 0.95 0.43
Hex D5 5 9F 0 62 19 10 13C 5F 2B
Octal 325 5 237 0 142 31 20 474 137 53
Binary 11010101 101 10011111 0 1100010 11001 10000 100111100 1011111 101011

Color Harmonies of #D5059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5059F

Black with #D5059F

Text Example


Text Example

White with #D5059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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