Html Css Color HEX #DD4090 Deep Cerise

📋 copy color: '#DD4090'

red 221 ◦ green 64 ◦ blue 144

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

Shades of Deep Cerise #DD4090

Tints of Deep Cerise #DD4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

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

R = 51.52%
G = 14.92%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD4090 (or 0xDD4090) is known color: Deep Cerise. HEX triplet: DD, 40 and 90. RGB value is (221,64,144). Sum of RGB (Red+Green+Blue) = 221+64+144=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4090 is #22BF6F. Grayscale: #777777. Windows color (decimal): -2277232 or 9453789. OLE color: 9453789.

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

Color convert

RGB 221 64 144 -
CMYK 0 0.71 0.35 0.13
HSL 329.43º 0.7% 0.56% -
HSV(B) 329.43º 0.71% 0.87% -
XYZ 36.69 21.05 28.52 -
YUV 120.06 141.51 200 -
System Red Green Blue C M Y K H S L
Decimal 221 64 144 0 0.71 0.35 0.13 329.43 0.7 0.56
Hex DD 40 90 0 47 23 D 149 46 38
Octal 335 100 220 0 107 43 15 511 106 70
Binary 11011101 1000000 10010000 0 1000111 100011 1101 101001001 1000110 111000

Color Harmonies of #DD4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4090

Black with #DD4090

Text Example


Text Example

White with #DD4090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4090; }

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

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

background-color css

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

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

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

border-color css

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

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

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