Html Css Color HEX #DA3395 Deep Cerise

📋 copy color: '#DA3395'

red 218 ◦ green 51 ◦ blue 149

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

Shades of Deep Cerise #DA3395

Tints of Deep Cerise #DA3395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.2%

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

R = 52.15%
G = 12.2%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA3395 (or 0xDA3395) is known color: Deep Cerise. HEX triplet: DA, 33 and 95. RGB value is (218,51,149). Sum of RGB (Red+Green+Blue) = 218+51+149=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3395 is #25CC6A. Grayscale: #6F6F6F. Windows color (decimal): -2477163 or 9778138. OLE color: 9778138.

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

Color convert

RGB 218 51 149 -
CMYK 0 0.77 0.32 0.15
HSL 324.79º 0.69% 0.53% -
HSV(B) 324.79º 0.77% 0.85% -
XYZ 35.52 19.44 30.31 -
YUV 112.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 218 51 149 0 0.77 0.32 0.15 324.79 0.69 0.53
Hex DA 33 95 0 4D 20 F 145 45 35
Octal 332 63 225 0 115 40 17 505 105 65
Binary 11011010 110011 10010101 0 1001101 100000 1111 101000101 1000101 110101

Color Harmonies of #DA3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3395

Black with #DA3395

Text Example


Text Example

White with #DA3395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3395; }

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

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

background-color css

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

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

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

border-color css

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

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

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