Html Css Color HEX #DA04AB Hollywood Cerise

📋 copy color: '#DA04AB'

red 218 ◦ green 4 ◦ blue 171

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

Shades of Hollywood Cerise #DA04AB

Tints of Hollywood Cerise #DA04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 55.47%
G = 1.02%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA04AB (or 0xDA04AB) is known color: Hollywood Cerise. HEX triplet: DA, 04 and AB. RGB value is (218,4,171). Sum of RGB (Red+Green+Blue) = 218+4+171=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA04AB is #25FB54. Grayscale: #565656. Windows color (decimal): -2489173 or 11207898. OLE color: 11207898.

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

Color convert

RGB 218 4 171 -
CMYK 0 0.98 0.22 0.15
HSL 313.18º 0.96% 0.44% -
HSV(B) 313.18º 0.98% 0.85% -
XYZ 36.31 17.93 40.08 -
YUV 87.02 175.4 221.42 -
System Red Green Blue C M Y K H S L
Decimal 218 4 171 0 0.98 0.22 0.15 313.18 0.96 0.44
Hex DA 4 AB 0 62 16 F 139 60 2C
Octal 332 4 253 0 142 26 17 471 140 54
Binary 11011010 100 10101011 0 1100010 10110 1111 100111001 1100000 101100

Color Harmonies of #DA04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA04AB

Black with #DA04AB

Text Example


Text Example

White with #DA04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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