Html Css Color HEX #DA3490 Deep Cerise

📋 copy color: '#DA3490'

red 218 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #DA3490

Tints of Deep Cerise #DA3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.56%

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

R = 52.66%
G = 12.56%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA3490 (or 0xDA3490) is known color: Deep Cerise. HEX triplet: DA, 34 and 90. RGB value is (218,52,144). Sum of RGB (Red+Green+Blue) = 218+52+144=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3490 is #25CB6F. Grayscale: #6F6F6F. Windows color (decimal): -2476912 or 9450714. OLE color: 9450714.

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

Color convert

RGB 218 52 144 -
CMYK 0 0.76 0.34 0.15
HSL 326.75º 0.69% 0.53% -
HSV(B) 326.75º 0.76% 0.85% -
XYZ 35.18 19.38 28.27 -
YUV 112.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 218 52 144 0 0.76 0.34 0.15 326.75 0.69 0.53
Hex DA 34 90 0 4C 22 F 147 45 35
Octal 332 64 220 0 114 42 17 507 105 65
Binary 11011010 110100 10010000 0 1001100 100010 1111 101000111 1000101 110101

Color Harmonies of #DA3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3490

Black with #DA3490

Text Example


Text Example

White with #DA3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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