Html Css Color HEX #D7029B Hollywood Cerise

📋 copy color: '#D7029B'

red 215 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #D7029B

Tints of Hollywood Cerise #D7029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 57.8%
G = 0.54%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7029B (or 0xD7029B) is known color: Hollywood Cerise. HEX triplet: D7, 02 and 9B. RGB value is (215,2,155). Sum of RGB (Red+Green+Blue) = 215+2+155=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7029B is #28FD64. Grayscale: #525252. Windows color (decimal): -2686309 or 10158807. OLE color: 10158807.

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

Color convert

RGB 215 2 155 -
CMYK 0 0.99 0.28 0.16
HSL 316.9º 0.98% 0.43% -
HSV(B) 316.9º 0.99% 0.84% -
XYZ 33.96 16.86 32.47 -
YUV 83.13 168.57 222.06 -
System Red Green Blue C M Y K H S L
Decimal 215 2 155 0 0.99 0.28 0.16 316.9 0.98 0.43
Hex D7 2 9B 0 63 1C 10 13D 62 2B
Octal 327 2 233 0 143 34 20 475 142 53
Binary 11010111 10 10011011 0 1100011 11100 10000 100111101 1100010 101011

Color Harmonies of #D7029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7029B

Black with #D7029B

Text Example


Text Example

White with #D7029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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