Html Css Color HEX #DD2990 Deep Cerise

📋 copy color: '#DD2990'

red 221 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #DD2990

Tints of Deep Cerise #DD2990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.1%

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

R = 54.43%
G = 10.1%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD2990 (or 0xDD2990) is known color: Deep Cerise. HEX triplet: DD, 29 and 90. RGB value is (221,41,144). Sum of RGB (Red+Green+Blue) = 221+41+144=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2990 is #22D66F. Grayscale: #6A6A6A. Windows color (decimal): -2283120 or 9447901. OLE color: 9447901.

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

Color convert

RGB 221 41 144 -
CMYK 0 0.81 0.35 0.13
HSL 325.67º 0.73% 0.51% -
HSV(B) 325.67º 0.81% 0.87% -
XYZ 35.65 18.97 28.17 -
YUV 106.56 149.13 209.62 -
System Red Green Blue C M Y K H S L
Decimal 221 41 144 0 0.81 0.35 0.13 325.67 0.73 0.51
Hex DD 29 90 0 51 23 D 146 49 33
Octal 335 51 220 0 121 43 15 506 111 63
Binary 11011101 101001 10010000 0 1010001 100011 1101 101000110 1001001 110011

Color Harmonies of #DD2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2990

Black with #DD2990

Text Example


Text Example

White with #DD2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2990; }

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

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

background-color css

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

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

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

border-color css

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

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

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