Html Css Color HEX #DA10A2 Hollywood Cerise

📋 copy color: '#DA10A2'

red 218 ◦ green 16 ◦ blue 162

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

Shades of Hollywood Cerise #DA10A2

Tints of Hollywood Cerise #DA10A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.91%

R = 55.05%
G = 4.04%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA10A2 (or 0xDA10A2) is known color: Hollywood Cerise. HEX triplet: DA, 10 and A2. RGB value is (218,16,162). Sum of RGB (Red+Green+Blue) = 218+16+162=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA10A2 is #25EF5D. Grayscale: #5C5C5C. Windows color (decimal): -2486110 or 10621146. OLE color: 10621146.

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

Color convert

RGB 218 16 162 -
CMYK 0 0.93 0.26 0.15
HSL 316.63º 0.86% 0.46% -
HSV(B) 316.63º 0.93% 0.85% -
XYZ 35.62 17.88 35.76 -
YUV 93.04 166.92 217.13 -
System Red Green Blue C M Y K H S L
Decimal 218 16 162 0 0.93 0.26 0.15 316.63 0.86 0.46
Hex DA 10 A2 0 5D 1A F 13D 56 2E
Octal 332 20 242 0 135 32 17 475 126 56
Binary 11011010 10000 10100010 0 1011101 11010 1111 100111101 1010110 101110

Color Harmonies of #DA10A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA10A2

Black with #DA10A2

Text Example


Text Example

White with #DA10A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA10A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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