Html Css Color HEX #DA3593 Deep Cerise

📋 copy color: '#DA3593'

red 218 ◦ green 53 ◦ blue 147

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

Shades of Deep Cerise #DA3593

Tints of Deep Cerise #DA3593

RGB

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

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

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

R = 52.15%
G = 12.68%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3593 (or 0xDA3593) is known color: Deep Cerise. HEX triplet: DA, 35 and 93. RGB value is (218,53,147). Sum of RGB (Red+Green+Blue) = 218+53+147=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3593 is #25CA6C. Grayscale: #707070. Windows color (decimal): -2476653 or 9647578. OLE color: 9647578.

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

Color convert

RGB 218 53 147 -
CMYK 0 0.76 0.33 0.15
HSL 325.82º 0.69% 0.53% -
HSV(B) 325.82º 0.76% 0.85% -
XYZ 35.45 19.56 29.51 -
YUV 113.05 147.16 202.86 -
System Red Green Blue C M Y K H S L
Decimal 218 53 147 0 0.76 0.33 0.15 325.82 0.69 0.53
Hex DA 35 93 0 4C 21 F 146 45 35
Octal 332 65 223 0 114 41 17 506 105 65
Binary 11011010 110101 10010011 0 1001100 100001 1111 101000110 1000101 110101

Color Harmonies of #DA3593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3593

Black with #DA3593

Text Example


Text Example

White with #DA3593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3593; }

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

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

background-color css

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

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

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

border-color css

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

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

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