Html Css Color HEX #DA4490 Deep Cerise

📋 copy color: '#DA4490'

red 218 ◦ green 68 ◦ blue 144

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

Shades of Deep Cerise #DA4490

Tints of Deep Cerise #DA4490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

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

R = 50.7%
G = 15.81%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA4490 (or 0xDA4490) is known color: Deep Cerise. HEX triplet: DA, 44 and 90. RGB value is (218,68,144). Sum of RGB (Red+Green+Blue) = 218+68+144=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4490 is #25BB6F. Grayscale: #797979. Windows color (decimal): -2472816 or 9454810. OLE color: 9454810.

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

Color convert

RGB 218 68 144 -
CMYK 0 0.69 0.34 0.15
HSL 329.6º 0.67% 0.56% -
HSV(B) 329.6º 0.69% 0.85% -
XYZ 36.01 21.05 28.55 -
YUV 121.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 218 68 144 0 0.69 0.34 0.15 329.6 0.67 0.56
Hex DA 44 90 0 45 22 F 14A 43 38
Octal 332 104 220 0 105 42 17 512 103 70
Binary 11011010 1000100 10010000 0 1000101 100010 1111 101001010 1000011 111000

Color Harmonies of #DA4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4490

Black with #DA4490

Text Example


Text Example

White with #DA4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4490; }

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

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

background-color css

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

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

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

border-color css

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

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

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