Html Css Color HEX #DA109E Hollywood Cerise

📋 copy color: '#DA109E'

red 218 ◦ green 16 ◦ blue 158

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

Shades of Hollywood Cerise #DA109E

Tints of Hollywood Cerise #DA109E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.31%

R = 55.61%
G = 4.08%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA109E (or 0xDA109E) is known color: Hollywood Cerise. HEX triplet: DA, 10 and 9E. RGB value is (218,16,158). Sum of RGB (Red+Green+Blue) = 218+16+158=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA109E is #25EF61. Grayscale: #5C5C5C. Windows color (decimal): -2486114 or 10359002. OLE color: 10359002.

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

Color convert

RGB 218 16 158 -
CMYK 0 0.93 0.28 0.15
HSL 317.82º 0.86% 0.46% -
HSV(B) 317.82º 0.93% 0.85% -
XYZ 35.27 17.74 33.91 -
YUV 92.59 164.92 217.45 -
System Red Green Blue C M Y K H S L
Decimal 218 16 158 0 0.93 0.28 0.15 317.82 0.86 0.46
Hex DA 10 9E 0 5D 1C F 13E 56 2E
Octal 332 20 236 0 135 34 17 476 126 56
Binary 11011010 10000 10011110 0 1011101 11100 1111 100111110 1010110 101110

Color Harmonies of #DA109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA109E

Black with #DA109E

Text Example


Text Example

White with #DA109E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA109E; }

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

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

background-color css

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

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

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

border-color css

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

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

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