Html Css Color HEX #D7029A Hollywood Cerise

📋 copy color: '#D7029A'

red 215 ◦ green 2 ◦ blue 154

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

Shades of Hollywood Cerise #D7029A

Tints of Hollywood Cerise #D7029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 57.95%
G = 0.54%
B = 41.51%

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

#D7029A (or 0xD7029A) is known color: Hollywood Cerise. HEX triplet: D7, 02 and 9A. RGB value is (215,2,154). Sum of RGB (Red+Green+Blue) = 215+2+154=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7029A is #28FD65. Grayscale: #525252. Windows color (decimal): -2686310 or 10093271. OLE color: 10093271.

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

Color convert

RGB 215 2 154 -
CMYK 0 0.99 0.28 0.16
HSL 317.18º 0.98% 0.43% -
HSV(B) 317.18º 0.99% 0.84% -
XYZ 33.88 16.82 32.03 -
YUV 83.02 168.07 222.14 -
System Red Green Blue C M Y K H S L
Decimal 215 2 154 0 0.99 0.28 0.16 317.18 0.98 0.43
Hex D7 2 9A 0 63 1C 10 13D 62 2B
Octal 327 2 232 0 143 34 20 475 142 53
Binary 11010111 10 10011010 0 1100011 11100 10000 100111101 1100010 101011

Color Harmonies of #D7029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7029A

Black with #D7029A

Text Example


Text Example

White with #D7029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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