Html Css Color HEX #D7029C Hollywood Cerise

📋 copy color: '#D7029C'

red 215 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #D7029C

Tints of Hollywood Cerise #D7029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 57.64%
G = 0.54%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7029C (or 0xD7029C) is known color: Hollywood Cerise. HEX triplet: D7, 02 and 9C. RGB value is (215,2,156). Sum of RGB (Red+Green+Blue) = 215+2+156=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7029C is #28FD63. Grayscale: #525252. Windows color (decimal): -2686308 or 10224343. OLE color: 10224343.

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

Color convert

RGB 215 2 156 -
CMYK 0 0.99 0.27 0.16
HSL 316.62º 0.98% 0.43% -
HSV(B) 316.62º 0.99% 0.84% -
XYZ 34.05 16.89 32.92 -
YUV 83.24 169.07 221.98 -
System Red Green Blue C M Y K H S L
Decimal 215 2 156 0 0.99 0.27 0.16 316.62 0.98 0.43
Hex D7 2 9C 0 63 1B 10 13D 62 2B
Octal 327 2 234 0 143 33 20 475 142 53
Binary 11010111 10 10011100 0 1100011 11011 10000 100111101 1100010 101011

Color Harmonies of #D7029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7029C

Black with #D7029C

Text Example


Text Example

White with #D7029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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