Html Css Color HEX #DA049B Hollywood Cerise

📋 copy color: '#DA049B'

red 218 ◦ green 4 ◦ blue 155

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

Shades of Hollywood Cerise #DA049B

Tints of Hollywood Cerise #DA049B

RGB

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

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

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

R = 57.82%
G = 1.06%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA049B (or 0xDA049B) is known color: Hollywood Cerise. HEX triplet: DA, 04 and 9B. RGB value is (218,4,155). Sum of RGB (Red+Green+Blue) = 218+4+155=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA049B is #25FB64. Grayscale: #545454. Windows color (decimal): -2489189 or 10159322. OLE color: 10159322.

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

Color convert

RGB 218 4 155 -
CMYK 0 0.98 0.29 0.15
HSL 317.66º 0.96% 0.44% -
HSV(B) 317.66º 0.98% 0.85% -
XYZ 34.87 17.36 32.52 -
YUV 85.2 167.4 222.72 -
System Red Green Blue C M Y K H S L
Decimal 218 4 155 0 0.98 0.29 0.15 317.66 0.96 0.44
Hex DA 4 9B 0 62 1D F 13E 60 2C
Octal 332 4 233 0 142 35 17 476 140 54
Binary 11011010 100 10011011 0 1100010 11101 1111 100111110 1100000 101100

Color Harmonies of #DA049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA049B

Black with #DA049B

Text Example


Text Example

White with #DA049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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