Html Css Color HEX #DA16A6 Hollywood Cerise

📋 copy color: '#DA16A6'

red 218 ◦ green 22 ◦ blue 166

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

Shades of Hollywood Cerise #DA16A6

Tints of Hollywood Cerise #DA16A6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.42%

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

R = 53.69%
G = 5.42%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA16A6 (or 0xDA16A6) is known color: Hollywood Cerise. HEX triplet: DA, 16 and A6. RGB value is (218,22,166). Sum of RGB (Red+Green+Blue) = 218+22+166=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA16A6 is #25E959. Grayscale: #606060. Windows color (decimal): -2484570 or 10884826. OLE color: 10884826.

HSL color Cylindrical-coordinate representation of color #DA16A6: hue angle of 315.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16A6 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 166 -
CMYK 0 0.90 0.24 0.15
HSL 315.92º 0.82% 0.47% -
HSV(B) 315.92º 0.9% 0.85% -
XYZ 36.08 18.23 37.69 -
YUV 97.02 166.93 214.29 -
System Red Green Blue C M Y K H S L
Decimal 218 22 166 0 0.90 0.24 0.15 315.92 0.82 0.47
Hex DA 16 A6 0 5A 18 F 13C 52 2F
Octal 332 26 246 0 132 30 17 474 122 57
Binary 11011010 10110 10100110 0 1011010 11000 1111 100111100 1010010 101111

Color Harmonies of #DA16A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16A6

Black with #DA16A6

Text Example


Text Example

White with #DA16A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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