Html Css Color HEX #DA0295 Hollywood Cerise

📋 copy color: '#DA0295'

red 218 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #DA0295

Tints of Hollywood Cerise #DA0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 59.08%
G = 0.54%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA0295 (or 0xDA0295) is known color: Hollywood Cerise. HEX triplet: DA, 02 and 95. RGB value is (218,2,149). Sum of RGB (Red+Green+Blue) = 218+2+149=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0295 is #25FD6A. Grayscale: #525252. Windows color (decimal): -2489707 or 9765594. OLE color: 9765594.

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

Color convert

RGB 218 2 149 -
CMYK 0 0.99 0.32 0.15
HSL 319.17º 0.98% 0.43% -
HSV(B) 319.17º 0.99% 0.85% -
XYZ 34.36 17.12 29.93 -
YUV 83.34 165.06 224.05 -
System Red Green Blue C M Y K H S L
Decimal 218 2 149 0 0.99 0.32 0.15 319.17 0.98 0.43
Hex DA 2 95 0 63 20 F 13F 62 2B
Octal 332 2 225 0 143 40 17 477 142 53
Binary 11011010 10 10010101 0 1100011 100000 1111 100111111 1100010 101011

Color Harmonies of #DA0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0295

Black with #DA0295

Text Example


Text Example

White with #DA0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0295; }

 p { color: rgb(218,2,149); }

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

background-color css

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

 a { background-color: rgb(218,2,149); }

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

border-color css

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

 span { border-color: rgb(218,2,149); }

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