Html Css Color HEX #D7049D Hollywood Cerise

📋 copy color: '#D7049D'

red 215 ◦ green 4 ◦ blue 157

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

Shades of Hollywood Cerise #D7049D

Tints of Hollywood Cerise #D7049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 57.18%
G = 1.06%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7049D (or 0xD7049D) is known color: Hollywood Cerise. HEX triplet: D7, 04 and 9D. RGB value is (215,4,157). Sum of RGB (Red+Green+Blue) = 215+4+157=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7049D is #28FB62. Grayscale: #545454. Windows color (decimal): -2685795 or 10290391. OLE color: 10290391.

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

Color convert

RGB 215 4 157 -
CMYK 0 0.98 0.27 0.16
HSL 316.49º 0.96% 0.43% -
HSV(B) 316.49º 0.98% 0.84% -
XYZ 34.15 16.97 33.37 -
YUV 84.53 168.9 221.06 -
System Red Green Blue C M Y K H S L
Decimal 215 4 157 0 0.98 0.27 0.16 316.49 0.96 0.43
Hex D7 4 9D 0 62 1B 10 13C 60 2B
Octal 327 4 235 0 142 33 20 474 140 53
Binary 11010111 100 10011101 0 1100010 11011 10000 100111100 1100000 101011

Color Harmonies of #D7049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7049D

Black with #D7049D

Text Example


Text Example

White with #D7049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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