Html Css Color HEX #DA019F Hollywood Cerise

📋 copy color: '#DA019F'

red 218 ◦ green 1 ◦ blue 159

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

Shades of Hollywood Cerise #DA019F

Tints of Hollywood Cerise #DA019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 57.67%
G = 0.26%
B = 42.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA019F (or 0xDA019F) is known color: Hollywood Cerise. HEX triplet: DA, 01 and 9F. RGB value is (218,1,159). Sum of RGB (Red+Green+Blue) = 218+1+159=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA019F is #25FE60. Grayscale: #535353. Windows color (decimal): -2489953 or 10420698. OLE color: 10420698.

HSL color Cylindrical-coordinate representation of color #DA019F: hue angle of 316.31º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA019F is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 159 -
CMYK 0 1.00 0.27 0.15
HSL 316.31º 0.99% 0.43% -
HSV(B) 316.31º 1% 0.85% -
XYZ 35.18 17.43 34.31 -
YUV 83.9 170.39 223.65 -
System Red Green Blue C M Y K H S L
Decimal 218 1 159 0 1.00 0.27 0.15 316.31 0.99 0.43
Hex DA 1 9F 0 64 1B F 13C 63 2B
Octal 332 1 237 0 144 33 17 474 143 53
Binary 11011010 1 10011111 0 1100100 11011 1111 100111100 1100011 101011

Color Harmonies of #DA019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA019F

Black with #DA019F

Text Example


Text Example

White with #DA019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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