Html Css Color HEX #DA10AD Hollywood Cerise

📋 copy color: '#DA10AD'

red 218 ◦ green 16 ◦ blue 173

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

Shades of Hollywood Cerise #DA10AD

Tints of Hollywood Cerise #DA10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.93%

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

R = 53.56%
G = 3.93%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA10AD (or 0xDA10AD) is known color: Hollywood Cerise. HEX triplet: DA, 10 and AD. RGB value is (218,16,173). Sum of RGB (Red+Green+Blue) = 218+16+173=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA10AD is #25EF52. Grayscale: #5D5D5D. Windows color (decimal): -2486099 or 11342042. OLE color: 11342042.

HSL color Cylindrical-coordinate representation of color #DA10AD: hue angle of 313.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10AD is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 16 173 -
CMYK 0 0.93 0.21 0.15
HSL 313.37º 0.86% 0.46% -
HSV(B) 313.37º 0.93% 0.85% -
XYZ 36.64 18.29 41.13 -
YUV 94.3 172.42 216.23 -
System Red Green Blue C M Y K H S L
Decimal 218 16 173 0 0.93 0.21 0.15 313.37 0.86 0.46
Hex DA 10 AD 0 5D 15 F 139 56 2E
Octal 332 20 255 0 135 25 17 471 126 56
Binary 11011010 10000 10101101 0 1011101 10101 1111 100111001 1010110 101110

Color Harmonies of #DA10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA10AD

Black with #DA10AD

Text Example


Text Example

White with #DA10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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