Html Css Color HEX #DA049D Hollywood Cerise

📋 copy color: '#DA049D'

red 218 ◦ green 4 ◦ blue 157

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

Shades of Hollywood Cerise #DA049D

Tints of Hollywood Cerise #DA049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 57.52%
G = 1.06%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA049D (or 0xDA049D) is known color: Hollywood Cerise. HEX triplet: DA, 04 and 9D. RGB value is (218,4,157). Sum of RGB (Red+Green+Blue) = 218+4+157=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA049D is #25FB62. Grayscale: #555555. Windows color (decimal): -2489187 or 10290394. OLE color: 10290394.

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

Color convert

RGB 218 4 157 -
CMYK 0 0.98 0.28 0.15
HSL 317.1º 0.96% 0.44% -
HSV(B) 317.1º 0.98% 0.85% -
XYZ 35.04 17.43 33.42 -
YUV 85.43 168.4 222.56 -
System Red Green Blue C M Y K H S L
Decimal 218 4 157 0 0.98 0.28 0.15 317.1 0.96 0.44
Hex DA 4 9D 0 62 1C F 13D 60 2C
Octal 332 4 235 0 142 34 17 475 140 54
Binary 11011010 100 10011101 0 1100010 11100 1111 100111101 1100000 101100

Color Harmonies of #DA049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA049D

Black with #DA049D

Text Example


Text Example

White with #DA049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA049D; }

 p { color: rgb(218,4,157); }

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

background-color css

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

 a { background-color: rgb(218,4,157); }

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

border-color css

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

 span { border-color: rgb(218,4,157); }

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