Html Css Color HEX #DA3595 Deep Cerise

📋 copy color: '#DA3595'

red 218 ◦ green 53 ◦ blue 149

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

Shades of Deep Cerise #DA3595

Tints of Deep Cerise #DA3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.62%

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

R = 51.9%
G = 12.62%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA3595 (or 0xDA3595) is known color: Deep Cerise. HEX triplet: DA, 35 and 95. RGB value is (218,53,149). Sum of RGB (Red+Green+Blue) = 218+53+149=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3595 is #25CA6A. Grayscale: #717171. Windows color (decimal): -2476651 or 9778650. OLE color: 9778650.

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

Color convert

RGB 218 53 149 -
CMYK 0 0.76 0.32 0.15
HSL 325.09º 0.69% 0.53% -
HSV(B) 325.09º 0.76% 0.85% -
XYZ 35.61 19.62 30.34 -
YUV 113.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 218 53 149 0 0.76 0.32 0.15 325.09 0.69 0.53
Hex DA 35 95 0 4C 20 F 145 45 35
Octal 332 65 225 0 114 40 17 505 105 65
Binary 11011010 110101 10010101 0 1001100 100000 1111 101000101 1000101 110101

Color Harmonies of #DA3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3595

Black with #DA3595

Text Example


Text Example

White with #DA3595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3595; }

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

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

background-color css

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

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

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

border-color css

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

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

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