Html Css Color HEX #DA029F Hollywood Cerise

📋 copy color: '#DA029F'

red 218 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #DA029F

Tints of Hollywood Cerise #DA029F

RGB

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

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

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

R = 57.52%
G = 0.53%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA029F (or 0xDA029F) is known color: Hollywood Cerise. HEX triplet: DA, 02 and 9F. RGB value is (218,2,159). Sum of RGB (Red+Green+Blue) = 218+2+159=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA029F is #25FD60. Grayscale: #545454. Windows color (decimal): -2489697 or 10420954. OLE color: 10420954.

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

Color convert

RGB 218 2 159 -
CMYK 0 0.99 0.27 0.15
HSL 316.39º 0.98% 0.43% -
HSV(B) 316.39º 0.99% 0.85% -
XYZ 35.19 17.45 34.31 -
YUV 84.48 170.06 223.23 -
System Red Green Blue C M Y K H S L
Decimal 218 2 159 0 0.99 0.27 0.15 316.39 0.98 0.43
Hex DA 2 9F 0 63 1B F 13C 62 2B
Octal 332 2 237 0 143 33 17 474 142 53
Binary 11011010 10 10011111 0 1100011 11011 1111 100111100 1100010 101011

Color Harmonies of #DA029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA029F

Black with #DA029F

Text Example


Text Example

White with #DA029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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