Html Css Color HEX #D7049F Hollywood Cerise

📋 copy color: '#D7049F'

red 215 ◦ green 4 ◦ blue 159

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

Shades of Hollywood Cerise #D7049F

Tints of Hollywood Cerise #D7049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 56.88%
G = 1.06%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7049F (or 0xD7049F) is known color: Hollywood Cerise. HEX triplet: D7, 04 and 9F. RGB value is (215,4,159). Sum of RGB (Red+Green+Blue) = 215+4+159=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7049F is #28FB60. Grayscale: #545454. Windows color (decimal): -2685793 or 10421463. OLE color: 10421463.

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

Color convert

RGB 215 4 159 -
CMYK 0 0.98 0.26 0.16
HSL 315.92º 0.96% 0.43% -
HSV(B) 315.92º 0.98% 0.84% -
XYZ 34.33 17.04 34.28 -
YUV 84.76 169.9 220.9 -
System Red Green Blue C M Y K H S L
Decimal 215 4 159 0 0.98 0.26 0.16 315.92 0.96 0.43
Hex D7 4 9F 0 62 1A 10 13C 60 2B
Octal 327 4 237 0 142 32 20 474 140 53
Binary 11010111 100 10011111 0 1100010 11010 10000 100111100 1100000 101011

Color Harmonies of #D7049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7049F

Black with #D7049F

Text Example


Text Example

White with #D7049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7049F; }

 p { color: rgb(215,4,159); }

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

background-color css

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

 a { background-color: rgb(215,4,159); }

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

border-color css

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

 span { border-color: rgb(215,4,159); }

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