#DD348B

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

Shades of Deep Cerise #DD348B

Tints of Deep Cerise #DD348B

Color information

#DD348B (or 0xDD348B) is unknown color: approx Deep Cerise. HEX triplet: DD, 34 and 8B. RGB value is (221,52,139). Sum of RGB (Red+Green+Blue) = 221+52+139=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD348B is #22CB74. Grayscale: #707070. Windows color (decimal): -2280309 or 9123037. OLE color: 9123037.

HSL color Cylindrical-coordinate representation of color #DD348B: hue angle of 329.11º 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 #DD348B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB22152139-
CMYK00.760.370.13
HSL329.11º71.31%53.53%-
HSV(B)329.11º76.47%86.67%-
XYZ35.7119.6926.35-
YUV112.45142.99205.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 52 (20.70% from 255) = 12.62%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=53.64%
G=12.62%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215213900.760.370.13329.1171.3153.53
HexDD348B04C25D1494736
Octal335642130114451551110766
Binary11011101110100100010110100110010010111011010010011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD348B; }

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

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

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

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

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

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

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

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