Html Css Color HEX #D7059A Hollywood Cerise

📋 copy color: '#D7059A'

red 215 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #D7059A

Tints of Hollywood Cerise #D7059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 57.49%
G = 1.34%
B = 41.18%

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

#D7059A (or 0xD7059A) is known color: Hollywood Cerise. HEX triplet: D7, 05 and 9A. RGB value is (215,5,154). Sum of RGB (Red+Green+Blue) = 215+5+154=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7059A is #28FA65. Grayscale: #545454. Windows color (decimal): -2685542 or 10094039. OLE color: 10094039.

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

Color convert

RGB 215 5 154 -
CMYK 0 0.98 0.28 0.16
HSL 317.43º 0.95% 0.43% -
HSV(B) 317.43º 0.98% 0.84% -
XYZ 33.91 16.89 32.04 -
YUV 84.78 167.07 220.88 -
System Red Green Blue C M Y K H S L
Decimal 215 5 154 0 0.98 0.28 0.16 317.43 0.95 0.43
Hex D7 5 9A 0 62 1C 10 13D 5F 2B
Octal 327 5 232 0 142 34 20 475 137 53
Binary 11010111 101 10011010 0 1100010 11100 10000 100111101 1011111 101011

Color Harmonies of #D7059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7059A

Black with #D7059A

Text Example


Text Example

White with #D7059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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