Html Css Color HEX #DA0396 Hollywood Cerise

📋 copy color: '#DA0396'

red 218 ◦ green 3 ◦ blue 150

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

Shades of Hollywood Cerise #DA0396

Tints of Hollywood Cerise #DA0396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 58.76%
G = 0.81%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA0396 (or 0xDA0396) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 96. RGB value is (218,3,150). Sum of RGB (Red+Green+Blue) = 218+3+150=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0396 is #25FC69. Grayscale: #535353. Windows color (decimal): -2489450 or 9831386. OLE color: 9831386.

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

Color convert

RGB 218 3 150 -
CMYK 0 0.99 0.31 0.15
HSL 318.98º 0.97% 0.43% -
HSV(B) 318.98º 0.99% 0.85% -
XYZ 34.45 17.17 30.35 -
YUV 84.04 165.23 223.55 -
System Red Green Blue C M Y K H S L
Decimal 218 3 150 0 0.99 0.31 0.15 318.98 0.97 0.43
Hex DA 3 96 0 63 1F F 13F 61 2B
Octal 332 3 226 0 143 37 17 477 141 53
Binary 11011010 11 10010110 0 1100011 11111 1111 100111111 1100001 101011

Color Harmonies of #DA0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0396

Black with #DA0396

Text Example


Text Example

White with #DA0396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0396; }

 p { color: rgb(218,3,150); }

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

background-color css

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

 a { background-color: rgb(218,3,150); }

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

border-color css

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

 span { border-color: rgb(218,3,150); }

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