Html Css Color HEX #DA05A6 Hollywood Cerise

📋 copy color: '#DA05A6'

red 218 ◦ green 5 ◦ blue 166

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

Shades of Hollywood Cerise #DA05A6

Tints of Hollywood Cerise #DA05A6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 56.04%
G = 1.29%
B = 42.67%

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

#DA05A6 (or 0xDA05A6) is known color: Hollywood Cerise. HEX triplet: DA, 05 and A6. RGB value is (218,5,166). Sum of RGB (Red+Green+Blue) = 218+5+166=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA05A6 is #25FA59. Grayscale: #565656. Windows color (decimal): -2488922 or 10880474. OLE color: 10880474.

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

Color convert

RGB 218 5 166 -
CMYK 0 0.98 0.24 0.15
HSL 314.65º 0.96% 0.44% -
HSV(B) 314.65º 0.98% 0.85% -
XYZ 35.85 17.77 37.62 -
YUV 87.04 172.57 221.41 -
System Red Green Blue C M Y K H S L
Decimal 218 5 166 0 0.98 0.24 0.15 314.65 0.96 0.44
Hex DA 5 A6 0 62 18 F 13B 60 2C
Octal 332 5 246 0 142 30 17 473 140 54
Binary 11011010 101 10100110 0 1100010 11000 1111 100111011 1100000 101100

Color Harmonies of #DA05A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05A6

Black with #DA05A6

Text Example


Text Example

White with #DA05A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05A6; }

 p { color: rgb(218,5,166); }

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

background-color css

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

 a { background-color: rgb(218,5,166); }

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

border-color css

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

 span { border-color: rgb(218,5,166); }

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