Html Css Color HEX #DA119F Hollywood Cerise

📋 copy color: '#DA119F'

red 218 ◦ green 17 ◦ blue 159

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

Shades of Hollywood Cerise #DA119F

Tints of Hollywood Cerise #DA119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.31%

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

R = 55.33%
G = 4.31%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA119F (or 0xDA119F) is known color: Hollywood Cerise. HEX triplet: DA, 11 and 9F. RGB value is (218,17,159). Sum of RGB (Red+Green+Blue) = 218+17+159=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA119F is #25EE60. Grayscale: #5C5C5C. Windows color (decimal): -2485857 or 10424794. OLE color: 10424794.

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

Color convert

RGB 218 17 159 -
CMYK 0 0.92 0.27 0.15
HSL 317.61º 0.86% 0.46% -
HSV(B) 317.61º 0.92% 0.85% -
XYZ 35.37 17.81 34.37 -
YUV 93.29 165.09 216.95 -
System Red Green Blue C M Y K H S L
Decimal 218 17 159 0 0.92 0.27 0.15 317.61 0.86 0.46
Hex DA 11 9F 0 5C 1B F 13E 56 2E
Octal 332 21 237 0 134 33 17 476 126 56
Binary 11011010 10001 10011111 0 1011100 11011 1111 100111110 1010110 101110

Color Harmonies of #DA119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA119F

Black with #DA119F

Text Example


Text Example

White with #DA119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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