Html Css Color HEX #DA029C Hollywood Cerise

📋 copy color: '#DA029C'

red 218 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #DA029C

Tints of Hollywood Cerise #DA029C

RGB

 RED value IS 218 (85.55% from 255) = 57.98%

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

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

R = 57.98%
G = 0.53%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA029C (or 0xDA029C) is known color: Hollywood Cerise. HEX triplet: DA, 02 and 9C. RGB value is (218,2,156). Sum of RGB (Red+Green+Blue) = 218+2+156=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA029C is #25FD63. Grayscale: #535353. Windows color (decimal): -2489700 or 10224346. OLE color: 10224346.

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

Color convert

RGB 218 2 156 -
CMYK 0 0.99 0.28 0.15
HSL 317.22º 0.98% 0.43% -
HSV(B) 317.22º 0.99% 0.85% -
XYZ 34.94 17.35 32.96 -
YUV 84.14 168.56 223.48 -
System Red Green Blue C M Y K H S L
Decimal 218 2 156 0 0.99 0.28 0.15 317.22 0.98 0.43
Hex DA 2 9C 0 63 1C F 13D 62 2B
Octal 332 2 234 0 143 34 17 475 142 53
Binary 11011010 10 10011100 0 1100011 11100 1111 100111101 1100010 101011

Color Harmonies of #DA029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA029C

Black with #DA029C

Text Example


Text Example

White with #DA029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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