#DD3A7D

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

Shades of Deep Cerise #DD3A7D

Tints of Deep Cerise #DD3A7D

Color information

#DD3A7D (or 0xDD3A7D) is unknown color: approx Deep Cerise. HEX triplet: DD, 3A and 7D. RGB value is (221,58,125). Sum of RGB (Red+Green+Blue) = 221+58+125=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3A7D is #22C582. Grayscale: #727272. Windows color (decimal): -2278787 or 8207069. OLE color: 8207069.

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

Color convert

RGB22158125-
CMYK00.740.430.13
HSL335.34º70.56%54.71%-
HSV(B)335.34º73.76%86.67%-
XYZ35.0319.8821.39-
YUV114.38134204.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=54.70%
G=14.36%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215812500.740.430.13335.3470.5654.71
HexDD3A7D04A2BD14f4737
Octal335721750112531551710767
Binary1101110111101011111010100101010101111011010011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3A7D; }

 p { color: rgb(221,58,125); }

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

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

 a { background-color: rgb(221,58,125); }

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

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

 span { border-color: rgb(221,58,125); }

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