Html Css Color HEX #D9059F Hollywood Cerise

📋 copy color: '#D9059F'

red 217 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #D9059F

Tints of Hollywood Cerise #D9059F

RGB

 RED value IS 217 (85.16% from 255) = 56.96%

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

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

R = 56.96%
G = 1.31%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9059F (or 0xD9059F) is known color: Hollywood Cerise. HEX triplet: D9, 05 and 9F. RGB value is (217,5,159). Sum of RGB (Red+Green+Blue) = 217+5+159=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9059F is #26FA60. Grayscale: #555555. Windows color (decimal): -2554465 or 10421721. OLE color: 10421721.

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

Color convert

RGB 217 5 159 -
CMYK 0 0.98 0.27 0.15
HSL 316.42º 0.95% 0.44% -
HSV(B) 316.42º 0.98% 0.85% -
XYZ 34.93 17.36 34.31 -
YUV 85.94 169.24 221.48 -
System Red Green Blue C M Y K H S L
Decimal 217 5 159 0 0.98 0.27 0.15 316.42 0.95 0.44
Hex D9 5 9F 0 62 1B F 13C 5F 2C
Octal 331 5 237 0 142 33 17 474 137 54
Binary 11011001 101 10011111 0 1100010 11011 1111 100111100 1011111 101100

Color Harmonies of #D9059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9059F

Black with #D9059F

Text Example


Text Example

White with #D9059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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