Html Css Color HEX #DA109F Hollywood Cerise

📋 copy color: '#DA109F'

red 218 ◦ green 16 ◦ blue 159

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

Shades of Hollywood Cerise #DA109F

Tints of Hollywood Cerise #DA109F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 55.47%
G = 4.07%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA109F (or 0xDA109F) is known color: Hollywood Cerise. HEX triplet: DA, 10 and 9F. RGB value is (218,16,159). Sum of RGB (Red+Green+Blue) = 218+16+159=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA109F is #25EF60. Grayscale: #5C5C5C. Windows color (decimal): -2486113 or 10424538. OLE color: 10424538.

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

Color convert

RGB 218 16 159 -
CMYK 0 0.93 0.27 0.15
HSL 317.52º 0.86% 0.46% -
HSV(B) 317.52º 0.93% 0.85% -
XYZ 35.36 17.78 34.37 -
YUV 92.7 165.42 217.37 -
System Red Green Blue C M Y K H S L
Decimal 218 16 159 0 0.93 0.27 0.15 317.52 0.86 0.46
Hex DA 10 9F 0 5D 1B F 13E 56 2E
Octal 332 20 237 0 135 33 17 476 126 56
Binary 11011010 10000 10011111 0 1011101 11011 1111 100111110 1010110 101110

Color Harmonies of #DA109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA109F

Black with #DA109F

Text Example


Text Example

White with #DA109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA109F; }

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

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

background-color css

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

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

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

border-color css

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

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

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