Html Css Color HEX #DA3391 Deep Cerise

📋 copy color: '#DA3391'

red 218 ◦ green 51 ◦ blue 145

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

Shades of Deep Cerise #DA3391

Tints of Deep Cerise #DA3391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 52.66%
G = 12.32%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3391 (or 0xDA3391) is known color: Deep Cerise. HEX triplet: DA, 33 and 91. RGB value is (218,51,145). Sum of RGB (Red+Green+Blue) = 218+51+145=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3391 is #25CC6E. Grayscale: #6F6F6F. Windows color (decimal): -2477167 or 9515994. OLE color: 9515994.

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

Color convert

RGB 218 51 145 -
CMYK 0 0.77 0.33 0.15
HSL 326.23º 0.69% 0.53% -
HSV(B) 326.23º 0.77% 0.85% -
XYZ 35.21 19.32 28.66 -
YUV 111.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 218 51 145 0 0.77 0.33 0.15 326.23 0.69 0.53
Hex DA 33 91 0 4D 21 F 146 45 35
Octal 332 63 221 0 115 41 17 506 105 65
Binary 11011010 110011 10010001 0 1001101 100001 1111 101000110 1000101 110101

Color Harmonies of #DA3391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3391

Black with #DA3391

Text Example


Text Example

White with #DA3391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3391; }

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

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

background-color css

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

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

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

border-color css

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

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

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