#DD3A7E

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

Shades of Deep Cerise #DD3A7E

Tints of Deep Cerise #DD3A7E

Color information

#DD3A7E (or 0xDD3A7E) is unknown color: approx Deep Cerise. HEX triplet: DD, 3A and 7E. RGB value is (221,58,126). Sum of RGB (Red+Green+Blue) = 221+58+126=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3A7E is #22C581. Grayscale: #727272. Windows color (decimal): -2278786 or 8272605. OLE color: 8272605.

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

Color convert

RGB22158126-
CMYK00.740.430.13
HSL334.97º70.56%54.71%-
HSV(B)334.97º73.76%86.67%-
XYZ35.119.921.73-
YUV114.49134.5203.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.57%
GREEN value IS 58 (23.05% from 255) = 14.32%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=54.57%
G=14.32%
B=31.11%

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
Decimal2215812600.740.430.13334.9770.5654.71
HexDD3A7E04A2BD14f4737
Octal335721760112531551710767
Binary1101110111101011111100100101010101111011010011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3A7E; }

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

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

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

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

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

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

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

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