Html Css Color HEX #DA05A3 Hollywood Cerise

📋 copy color: '#DA05A3'

red 218 ◦ green 5 ◦ blue 163

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

Shades of Hollywood Cerise #DA05A3

Tints of Hollywood Cerise #DA05A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.23%

R = 56.48%
G = 1.3%
B = 42.23%

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

#DA05A3 (or 0xDA05A3) is known color: Hollywood Cerise. HEX triplet: DA, 05 and A3. RGB value is (218,5,163). Sum of RGB (Red+Green+Blue) = 218+5+163=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA05A3 is #25FA5C. Grayscale: #565656. Windows color (decimal): -2488925 or 10683866. OLE color: 10683866.

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

Color convert

RGB 218 5 163 -
CMYK 0 0.98 0.25 0.15
HSL 315.49º 0.96% 0.44% -
HSV(B) 315.49º 0.98% 0.85% -
XYZ 35.58 17.66 36.18 -
YUV 86.7 171.07 221.65 -
System Red Green Blue C M Y K H S L
Decimal 218 5 163 0 0.98 0.25 0.15 315.49 0.96 0.44
Hex DA 5 A3 0 62 19 F 13B 60 2C
Octal 332 5 243 0 142 31 17 473 140 54
Binary 11011010 101 10100011 0 1100010 11001 1111 100111011 1100000 101100

Color Harmonies of #DA05A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05A3

Black with #DA05A3

Text Example


Text Example

White with #DA05A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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