Html Css Color HEX #D7019C Hollywood Cerise

📋 copy color: '#D7019C'

red 215 ◦ green 1 ◦ blue 156

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

Shades of Hollywood Cerise #D7019C

Tints of Hollywood Cerise #D7019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 57.8%
G = 0.27%
B = 41.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7019C (or 0xD7019C) is known color: Hollywood Cerise. HEX triplet: D7, 01 and 9C. RGB value is (215,1,156). Sum of RGB (Red+Green+Blue) = 215+1+156=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7019C is #28FE63. Grayscale: #525252. Windows color (decimal): -2686564 or 10224087. OLE color: 10224087.

HSL color Cylindrical-coordinate representation of color #D7019C: hue angle of 316.54º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7019C is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 156 -
CMYK 0 1.00 0.27 0.16
HSL 316.54º 0.99% 0.42% -
HSV(B) 316.54º 1% 0.84% -
XYZ 34.04 16.87 32.91 -
YUV 82.66 169.4 222.4 -
System Red Green Blue C M Y K H S L
Decimal 215 1 156 0 1.00 0.27 0.16 316.54 0.99 0.42
Hex D7 1 9C 0 64 1B 10 13D 63 2A
Octal 327 1 234 0 144 33 20 475 143 52
Binary 11010111 1 10011100 0 1100100 11011 10000 100111101 1100011 101010

Color Harmonies of #D7019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7019C

Black with #D7019C

Text Example


Text Example

White with #D7019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7019C; }

 p { color: rgb(215,1,156); }

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

background-color css

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

 a { background-color: rgb(215,1,156); }

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

border-color css

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

 span { border-color: rgb(215,1,156); }

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