Html Css Color HEX #DA0395 Hollywood Cerise

📋 copy color: '#DA0395'

red 218 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #DA0395

Tints of Hollywood Cerise #DA0395

RGB

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

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

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

R = 58.92%
G = 0.81%
B = 40.27%

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

#DA0395 (or 0xDA0395) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 95. RGB value is (218,3,149). Sum of RGB (Red+Green+Blue) = 218+3+149=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0395 is #25FC6A. Grayscale: #535353. Windows color (decimal): -2489451 or 9765850. OLE color: 9765850.

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

Color convert

RGB 218 3 149 -
CMYK 0 0.99 0.32 0.15
HSL 319.26º 0.97% 0.43% -
HSV(B) 319.26º 0.99% 0.85% -
XYZ 34.37 17.14 29.93 -
YUV 83.93 164.73 223.63 -
System Red Green Blue C M Y K H S L
Decimal 218 3 149 0 0.99 0.32 0.15 319.26 0.97 0.43
Hex DA 3 95 0 63 20 F 13F 61 2B
Octal 332 3 225 0 143 40 17 477 141 53
Binary 11011010 11 10010101 0 1100011 100000 1111 100111111 1100001 101011

Color Harmonies of #DA0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0395

Black with #DA0395

Text Example


Text Example

White with #DA0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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