Html Css Color HEX #DD2890 Deep Cerise

📋 copy color: '#DD2890'

red 221 ◦ green 40 ◦ blue 144

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

Shades of Deep Cerise #DD2890

Tints of Deep Cerise #DD2890

RGB

 RED value IS 221 (86.72% from 255) = 54.57%

 GREEN value IS 40 (16.02% from 255) = 9.88%

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

R = 54.57%
G = 9.88%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD2890 (or 0xDD2890) is known color: Deep Cerise. HEX triplet: DD, 28 and 90. RGB value is (221,40,144). Sum of RGB (Red+Green+Blue) = 221+40+144=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2890 is #22D76F. Grayscale: #696969. Windows color (decimal): -2283376 or 9447645. OLE color: 9447645.

HSL color Cylindrical-coordinate representation of color #DD2890: hue angle of 325.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2890 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 40 144 -
CMYK 0 0.82 0.35 0.13
HSL 325.52º 0.73% 0.51% -
HSV(B) 325.52º 0.82% 0.87% -
XYZ 35.61 18.9 28.16 -
YUV 105.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 221 40 144 0 0.82 0.35 0.13 325.52 0.73 0.51
Hex DD 28 90 0 52 23 D 146 49 33
Octal 335 50 220 0 122 43 15 506 111 63
Binary 11011101 101000 10010000 0 1010010 100011 1101 101000110 1001001 110011

Color Harmonies of #DD2890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2890

Black with #DD2890

Text Example


Text Example

White with #DD2890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2890; }

 p { color: rgb(221,40,144); }

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

background-color css

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

 a { background-color: rgb(221,40,144); }

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

border-color css

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

 span { border-color: rgb(221,40,144); }

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