#dd339e

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

Shades of Deep Cerise #DD339E

Tints of Deep Cerise #DD339E

Color information

#DD339E (or 0xDD339E) is unknown color: approx Deep Cerise. HEX triplet: DD, 33 and 9E. RGB value is (221,51,158). Sum of RGB (Red+Green+Blue) = 221+51+158=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD339E is #22CC61. Grayscale: #717171. Windows color (decimal): -2280546 or 10367965. OLE color: 10367965.

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

Color convert

RGB22151158-
CMYK00.770.290.13
HSL322.24º71.43%53.33%-
HSV(B)322.24º76.92%86.67%-
XYZ37.1720.2134.29-
YUV114.03152.82204.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 51 (20.31% from 255) = 11.86%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=51.40%
G=11.86%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215115800.770.290.13322.2471.4353.33
HexDD339E04D1DD1424735
Octal335632360115351550210765
Binary1101110111001110011110010011011110111011010000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd339e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd339e; }

 p { color: rgb(221,51,158); }

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

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

 a { background-color: rgb(221,51,158); }

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

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

 span { border-color: rgb(221,51,158); }

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