Html Css Color HEX #DA0294 Hollywood Cerise

📋 copy color: '#DA0294'

red 218 ◦ green 2 ◦ blue 148

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

Shades of Hollywood Cerise #DA0294

Tints of Hollywood Cerise #DA0294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 59.24%
G = 0.54%
B = 40.22%

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

#DA0294 (or 0xDA0294) is known color: Hollywood Cerise. HEX triplet: DA, 02 and 94. RGB value is (218,2,148). Sum of RGB (Red+Green+Blue) = 218+2+148=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0294 is #25FD6B. Grayscale: #525252. Windows color (decimal): -2489708 or 9700058. OLE color: 9700058.

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

Color convert

RGB 218 2 148 -
CMYK 0 0.99 0.32 0.15
HSL 319.44º 0.98% 0.43% -
HSV(B) 319.44º 0.99% 0.85% -
XYZ 34.28 17.09 29.51 -
YUV 83.23 164.56 224.13 -
System Red Green Blue C M Y K H S L
Decimal 218 2 148 0 0.99 0.32 0.15 319.44 0.98 0.43
Hex DA 2 94 0 63 20 F 13F 62 2B
Octal 332 2 224 0 143 40 17 477 142 53
Binary 11011010 10 10010100 0 1100011 100000 1111 100111111 1100010 101011

Color Harmonies of #DA0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0294

Black with #DA0294

Text Example


Text Example

White with #DA0294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0294; }

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

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

background-color css

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

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

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

border-color css

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

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

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