Html Css Color HEX #DA0199 Hollywood Cerise

📋 copy color: '#DA0199'

red 218 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #DA0199

Tints of Hollywood Cerise #DA0199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 58.6%
G = 0.27%
B = 41.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA0199 (or 0xDA0199) is known color: Hollywood Cerise. HEX triplet: DA, 01 and 99. RGB value is (218,1,153). Sum of RGB (Red+Green+Blue) = 218+1+153=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0199 is #25FE66. Grayscale: #525252. Windows color (decimal): -2489959 or 10027482. OLE color: 10027482.

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

Color convert

RGB 218 1 153 -
CMYK 0 1.00 0.30 0.15
HSL 317.97º 0.99% 0.43% -
HSV(B) 317.97º 1% 0.85% -
XYZ 34.67 17.23 31.63 -
YUV 83.21 167.39 224.14 -
System Red Green Blue C M Y K H S L
Decimal 218 1 153 0 1.00 0.30 0.15 317.97 0.99 0.43
Hex DA 1 99 0 64 1E F 13E 63 2B
Octal 332 1 231 0 144 36 17 476 143 53
Binary 11011010 1 10011001 0 1100100 11110 1111 100111110 1100011 101011

Color Harmonies of #DA0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0199

Black with #DA0199

Text Example


Text Example

White with #DA0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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