Html Css Color HEX #D9059B Hollywood Cerise

📋 copy color: '#D9059B'

red 217 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #D9059B

Tints of Hollywood Cerise #D9059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 57.56%
G = 1.33%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9059B (or 0xD9059B) is known color: Hollywood Cerise. HEX triplet: D9, 05 and 9B. RGB value is (217,5,155). Sum of RGB (Red+Green+Blue) = 217+5+155=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9059B is #26FA64. Grayscale: #555555. Windows color (decimal): -2554469 or 10159577. OLE color: 10159577.

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

Color convert

RGB 217 5 155 -
CMYK 0 0.98 0.29 0.15
HSL 317.55º 0.95% 0.44% -
HSV(B) 317.55º 0.98% 0.85% -
XYZ 34.59 17.23 32.51 -
YUV 85.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 217 5 155 0 0.98 0.29 0.15 317.55 0.95 0.44
Hex D9 5 9B 0 62 1D F 13E 5F 2C
Octal 331 5 233 0 142 35 17 476 137 54
Binary 11011001 101 10011011 0 1100010 11101 1111 100111110 1011111 101100

Color Harmonies of #D9059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9059B

Black with #D9059B

Text Example


Text Example

White with #D9059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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