Html Css Color HEX #D7029F Hollywood Cerise

📋 copy color: '#D7029F'

red 215 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #D7029F

Tints of Hollywood Cerise #D7029F

RGB

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

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

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

R = 57.18%
G = 0.53%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7029F (or 0xD7029F) is known color: Hollywood Cerise. HEX triplet: D7, 02 and 9F. RGB value is (215,2,159). Sum of RGB (Red+Green+Blue) = 215+2+159=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7029F is #28FD60. Grayscale: #535353. Windows color (decimal): -2686305 or 10420951. OLE color: 10420951.

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

Color convert

RGB 215 2 159 -
CMYK 0 0.99 0.26 0.16
HSL 315.77º 0.98% 0.43% -
HSV(B) 315.77º 0.99% 0.84% -
XYZ 34.3 16.99 34.27 -
YUV 83.59 170.57 221.73 -
System Red Green Blue C M Y K H S L
Decimal 215 2 159 0 0.99 0.26 0.16 315.77 0.98 0.43
Hex D7 2 9F 0 63 1A 10 13C 62 2B
Octal 327 2 237 0 143 32 20 474 142 53
Binary 11010111 10 10011111 0 1100011 11010 10000 100111100 1100010 101011

Color Harmonies of #D7029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7029F

Black with #D7029F

Text Example


Text Example

White with #D7029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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