Html Css Color HEX #DA04A5 Hollywood Cerise

📋 copy color: '#DA04A5'

red 218 ◦ green 4 ◦ blue 165

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

Shades of Hollywood Cerise #DA04A5

Tints of Hollywood Cerise #DA04A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.64%

R = 56.33%
G = 1.03%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA04A5 (or 0xDA04A5) is known color: Hollywood Cerise. HEX triplet: DA, 04 and A5. RGB value is (218,4,165). Sum of RGB (Red+Green+Blue) = 218+4+165=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA04A5 is #25FB5A. Grayscale: #555555. Windows color (decimal): -2489179 or 10814682. OLE color: 10814682.

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

Color convert

RGB 218 4 165 -
CMYK 0 0.98 0.24 0.15
HSL 314.86º 0.96% 0.44% -
HSV(B) 314.86º 0.98% 0.85% -
XYZ 35.75 17.71 37.13 -
YUV 86.34 172.4 221.91 -
System Red Green Blue C M Y K H S L
Decimal 218 4 165 0 0.98 0.24 0.15 314.86 0.96 0.44
Hex DA 4 A5 0 62 18 F 13B 60 2C
Octal 332 4 245 0 142 30 17 473 140 54
Binary 11011010 100 10100101 0 1100010 11000 1111 100111011 1100000 101100

Color Harmonies of #DA04A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA04A5

Black with #DA04A5

Text Example


Text Example

White with #DA04A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA04A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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