Html Css Color HEX #DA05AD Hollywood Cerise

📋 copy color: '#DA05AD'

red 218 ◦ green 5 ◦ blue 173

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

Shades of Hollywood Cerise #DA05AD

Tints of Hollywood Cerise #DA05AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 55.05%
G = 1.26%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA05AD (or 0xDA05AD) is known color: Hollywood Cerise. HEX triplet: DA, 05 and AD. RGB value is (218,5,173). Sum of RGB (Red+Green+Blue) = 218+5+173=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA05AD is #25FA52. Grayscale: #575757. Windows color (decimal): -2488915 or 11339226. OLE color: 11339226.

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

Color convert

RGB 218 5 173 -
CMYK 0 0.98 0.21 0.15
HSL 312.68º 0.96% 0.44% -
HSV(B) 312.68º 0.98% 0.85% -
XYZ 36.51 18.03 41.09 -
YUV 87.84 176.07 220.84 -
System Red Green Blue C M Y K H S L
Decimal 218 5 173 0 0.98 0.21 0.15 312.68 0.96 0.44
Hex DA 5 AD 0 62 15 F 139 60 2C
Octal 332 5 255 0 142 25 17 471 140 54
Binary 11011010 101 10101101 0 1100010 10101 1111 100111001 1100000 101100

Color Harmonies of #DA05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05AD

Black with #DA05AD

Text Example


Text Example

White with #DA05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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