Html Css Color HEX #DA3191 Deep Cerise

📋 copy color: '#DA3191'

red 218 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #DA3191

Tints of Deep Cerise #DA3191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.89%

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

R = 52.91%
G = 11.89%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3191 (or 0xDA3191) is known color: Deep Cerise. HEX triplet: DA, 31 and 91. RGB value is (218,49,145). Sum of RGB (Red+Green+Blue) = 218+49+145=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3191 is #25CE6E. Grayscale: #6E6E6E. Windows color (decimal): -2477679 or 9515482. OLE color: 9515482.

HSL color Cylindrical-coordinate representation of color #DA3191: hue angle of 325.92º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3191 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 145 -
CMYK 0 0.78 0.33 0.15
HSL 325.92º 0.7% 0.52% -
HSV(B) 325.92º 0.78% 0.85% -
XYZ 35.12 19.15 28.63 -
YUV 110.48 147.49 204.69 -
System Red Green Blue C M Y K H S L
Decimal 218 49 145 0 0.78 0.33 0.15 325.92 0.7 0.52
Hex DA 31 91 0 4E 21 F 146 46 34
Octal 332 61 221 0 116 41 17 506 106 64
Binary 11011010 110001 10010001 0 1001110 100001 1111 101000110 1000110 110100

Color Harmonies of #DA3191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3191

Black with #DA3191

Text Example


Text Example

White with #DA3191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3191; }

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

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

background-color css

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

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

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

border-color css

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

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

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