Html Css Color HEX #DD4790 Deep Cerise

📋 copy color: '#DD4790'

red 221 ◦ green 71 ◦ blue 144

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

Shades of Deep Cerise #DD4790

Tints of Deep Cerise #DD4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.28%

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

R = 50.69%
G = 16.28%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD4790 (or 0xDD4790) is known color: Deep Cerise. HEX triplet: DD, 47 and 90. RGB value is (221,71,144). Sum of RGB (Red+Green+Blue) = 221+71+144=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4790 is #22B86F. Grayscale: #7C7C7C. Windows color (decimal): -2275440 or 9455581. OLE color: 9455581.

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

Color convert

RGB 221 71 144 -
CMYK 0 0.68 0.35 0.13
HSL 330.8º 0.69% 0.57% -
HSV(B) 330.8º 0.68% 0.87% -
XYZ 37.11 21.89 28.66 -
YUV 124.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 221 71 144 0 0.68 0.35 0.13 330.8 0.69 0.57
Hex DD 47 90 0 44 23 D 14B 45 39
Octal 335 107 220 0 104 43 15 513 105 71
Binary 11011101 1000111 10010000 0 1000100 100011 1101 101001011 1000101 111001

Color Harmonies of #DD4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4790

Black with #DD4790

Text Example


Text Example

White with #DD4790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4790; }

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

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

background-color css

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

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

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

border-color css

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

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

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