Html Css Color HEX #DA3990 Deep Cerise

📋 copy color: '#DA3990'

red 218 ◦ green 57 ◦ blue 144

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

Shades of Deep Cerise #DA3990

Tints of Deep Cerise #DA3990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.6%

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

R = 52.03%
G = 13.6%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA3990 (or 0xDA3990) is known color: Deep Cerise. HEX triplet: DA, 39 and 90. RGB value is (218,57,144). Sum of RGB (Red+Green+Blue) = 218+57+144=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3990 is #25C66F. Grayscale: #727272. Windows color (decimal): -2475632 or 9451994. OLE color: 9451994.

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

Color convert

RGB 218 57 144 -
CMYK 0 0.74 0.34 0.15
HSL 327.58º 0.69% 0.54% -
HSV(B) 327.58º 0.74% 0.85% -
XYZ 35.41 19.85 28.35 -
YUV 115.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 218 57 144 0 0.74 0.34 0.15 327.58 0.69 0.54
Hex DA 39 90 0 4A 22 F 148 45 36
Octal 332 71 220 0 112 42 17 510 105 66
Binary 11011010 111001 10010000 0 1001010 100010 1111 101001000 1000101 110110

Color Harmonies of #DA3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3990

Black with #DA3990

Text Example


Text Example

White with #DA3990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3990; }

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

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

background-color css

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

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

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

border-color css

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

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

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