Html Css Color HEX #DA0293 Hollywood Cerise

📋 copy color: '#DA0293'

red 218 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #DA0293

Tints of Hollywood Cerise #DA0293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 59.4%
G = 0.54%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA0293 (or 0xDA0293) is known color: Hollywood Cerise. HEX triplet: DA, 02 and 93. RGB value is (218,2,147). Sum of RGB (Red+Green+Blue) = 218+2+147=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0293 is #25FD6C. Grayscale: #525252. Windows color (decimal): -2489709 or 9634522. OLE color: 9634522.

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

Color convert

RGB 218 2 147 -
CMYK 0 0.99 0.33 0.15
HSL 319.72º 0.98% 0.43% -
HSV(B) 319.72º 0.99% 0.85% -
XYZ 34.2 17.06 29.09 -
YUV 83.11 164.06 224.21 -
System Red Green Blue C M Y K H S L
Decimal 218 2 147 0 0.99 0.33 0.15 319.72 0.98 0.43
Hex DA 2 93 0 63 21 F 140 62 2B
Octal 332 2 223 0 143 41 17 500 142 53
Binary 11011010 10 10010011 0 1100011 100001 1111 101000000 1100010 101011

Color Harmonies of #DA0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0293

Black with #DA0293

Text Example


Text Example

White with #DA0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0293; }

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

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

background-color css

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

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

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

border-color css

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

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

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