Html Css Color HEX #DA04A4 Hollywood Cerise

📋 copy color: '#DA04A4'

red 218 ◦ green 4 ◦ blue 164

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

Shades of Hollywood Cerise #DA04A4

Tints of Hollywood Cerise #DA04A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 56.48%
G = 1.04%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA04A4 (or 0xDA04A4) is known color: Hollywood Cerise. HEX triplet: DA, 04 and A4. RGB value is (218,4,164). Sum of RGB (Red+Green+Blue) = 218+4+164=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA04A4 is #25FB5B. Grayscale: #555555. Windows color (decimal): -2489180 or 10749146. OLE color: 10749146.

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

Color convert

RGB 218 4 164 -
CMYK 0 0.98 0.25 0.15
HSL 315.14º 0.96% 0.44% -
HSV(B) 315.14º 0.98% 0.85% -
XYZ 35.66 17.67 36.65 -
YUV 86.23 171.9 221.99 -
System Red Green Blue C M Y K H S L
Decimal 218 4 164 0 0.98 0.25 0.15 315.14 0.96 0.44
Hex DA 4 A4 0 62 19 F 13B 60 2C
Octal 332 4 244 0 142 31 17 473 140 54
Binary 11011010 100 10100100 0 1100010 11001 1111 100111011 1100000 101100

Color Harmonies of #DA04A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA04A4

Black with #DA04A4

Text Example


Text Example

White with #DA04A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA04A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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