Html Css Color HEX #DA3190 Deep Cerise

📋 copy color: '#DA3190'

red 218 ◦ green 49 ◦ blue 144

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

Shades of Deep Cerise #DA3190

Tints of Deep Cerise #DA3190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 53.04%
G = 11.92%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA3190 (or 0xDA3190) is known color: Deep Cerise. HEX triplet: DA, 31 and 90. RGB value is (218,49,144). Sum of RGB (Red+Green+Blue) = 218+49+144=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3190 is #25CE6F. Grayscale: #6E6E6E. Windows color (decimal): -2477680 or 9449946. OLE color: 9449946.

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

Color convert

RGB 218 49 144 -
CMYK 0 0.78 0.34 0.15
HSL 326.27º 0.7% 0.52% -
HSV(B) 326.27º 0.78% 0.85% -
XYZ 35.05 19.12 28.23 -
YUV 110.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 218 49 144 0 0.78 0.34 0.15 326.27 0.7 0.52
Hex DA 31 90 0 4E 22 F 146 46 34
Octal 332 61 220 0 116 42 17 506 106 64
Binary 11011010 110001 10010000 0 1001110 100010 1111 101000110 1000110 110100

Color Harmonies of #DA3190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3190

Black with #DA3190

Text Example


Text Example

White with #DA3190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3190; }

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

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

background-color css

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

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

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

border-color css

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

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

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