#DD348A

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

Shades of Deep Cerise #DD348A

Tints of Deep Cerise #DD348A

Color information

#DD348A (or 0xDD348A) is unknown color: approx Deep Cerise. HEX triplet: DD, 34 and 8A. RGB value is (221,52,138). Sum of RGB (Red+Green+Blue) = 221+52+138=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD348A is #22CB75. Grayscale: #707070. Windows color (decimal): -2280310 or 9057501. OLE color: 9057501.

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

Color convert

RGB22152138-
CMYK00.760.380.13
HSL329.47º71.31%53.53%-
HSV(B)329.47º76.47%86.67%-
XYZ35.6319.6625.96-
YUV112.34142.49205.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.77%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=53.77%
G=12.65%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215213800.760.380.13329.4771.3153.53
HexDD348A04C26D1494736
Octal335642120114461551110766
Binary11011101110100100010100100110010011011011010010011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD348A; }

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

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

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

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

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

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

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

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