Html Css Color HEX #D7059B Hollywood Cerise

📋 copy color: '#D7059B'

red 215 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #D7059B

Tints of Hollywood Cerise #D7059B

RGB

 RED value IS 215 (84.38% from 255) = 57.33%

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

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

R = 57.33%
G = 1.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7059B (or 0xD7059B) is known color: Hollywood Cerise. HEX triplet: D7, 05 and 9B. RGB value is (215,5,155). Sum of RGB (Red+Green+Blue) = 215+5+155=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7059B is #28FA64. Grayscale: #545454. Windows color (decimal): -2685541 or 10159575. OLE color: 10159575.

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

Color convert

RGB 215 5 155 -
CMYK 0 0.98 0.28 0.16
HSL 317.14º 0.95% 0.43% -
HSV(B) 317.14º 0.98% 0.84% -
XYZ 34 16.92 32.48 -
YUV 84.89 167.57 220.8 -
System Red Green Blue C M Y K H S L
Decimal 215 5 155 0 0.98 0.28 0.16 317.14 0.95 0.43
Hex D7 5 9B 0 62 1C 10 13D 5F 2B
Octal 327 5 233 0 142 34 20 475 137 53
Binary 11010111 101 10011011 0 1100010 11100 10000 100111101 1011111 101011

Color Harmonies of #D7059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7059B

Black with #D7059B

Text Example


Text Example

White with #D7059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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