#DD3484

Color #DD3484 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DD3484

Tints of Deep Cerise #DD3484

Color information

#DD3484 (or 0xDD3484) is unknown color: approx Deep Cerise. HEX triplet: DD, 34 and 84. RGB value is (221,52,132). Sum of RGB (Red+Green+Blue) = 221+52+132=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3484 is #22CB7B. Grayscale: #6F6F6F. Windows color (decimal): -2280316 or 8664285. OLE color: 8664285.

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

Color convert

RGB22152132-
CMYK00.760.400.13
HSL331.6º71.31%53.53%-
HSV(B)331.6º76.47%86.67%-
XYZ35.2119.4923.74-
YUV111.65139.49206-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.57%
GREEN value IS 52 (20.70% from 255) = 12.84%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=54.57%
G=12.84%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215213200.760.400.13331.671.3153.53
HexDD348404C28D14c4736
Octal335642040114501551410766
Binary11011101110100100001000100110010100011011010011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3484; }

 p { color: rgb(221,52,132); }

 H1.HeaderClassName
 {
   color: #DD3484;
 }
 .AnyTagClassName
 {
   color: #DD3484;
 }
</style>
background-color css

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

 a { background-color: rgb(221,52,132); }

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

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

 span { border-color: rgb(221,52,132); }

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