Html Css Color HEX #DD4390 Deep Cerise

📋 copy color: '#DD4390'

red 221 ◦ green 67 ◦ blue 144

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

Shades of Deep Cerise #DD4390

Tints of Deep Cerise #DD4390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.51%

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

R = 51.16%
G = 15.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD4390 (or 0xDD4390) is known color: Deep Cerise. HEX triplet: DD, 43 and 90. RGB value is (221,67,144). Sum of RGB (Red+Green+Blue) = 221+67+144=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4390 is #22BC6F. Grayscale: #797979. Windows color (decimal): -2276464 or 9454557. OLE color: 9454557.

HSL color Cylindrical-coordinate representation of color #DD4390: hue angle of 330º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4390 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 144 -
CMYK 0 0.70 0.35 0.13
HSL 330º 0.69% 0.56% -
HSV(B) 330º 0.7% 0.87% -
XYZ 36.86 21.4 28.57 -
YUV 121.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 221 67 144 0 0.70 0.35 0.13 330 0.69 0.56
Hex DD 43 90 0 46 23 D 14A 45 38
Octal 335 103 220 0 106 43 15 512 105 70
Binary 11011101 1000011 10010000 0 1000110 100011 1101 101001010 1000101 111000

Color Harmonies of #DD4390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4390

Black with #DD4390

Text Example


Text Example

White with #DD4390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4390; }

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

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

background-color css

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

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

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

border-color css

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

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

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