#DD3E7E

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

Shades of Deep Cerise #DD3E7E

Tints of Deep Cerise #DD3E7E

Color information

#DD3E7E (or 0xDD3E7E) is unknown color: approx Deep Cerise. HEX triplet: DD, 3E and 7E. RGB value is (221,62,126). Sum of RGB (Red+Green+Blue) = 221+62+126=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E7E is #22C181. Grayscale: #747474. Windows color (decimal): -2277762 or 8273629. OLE color: 8273629.

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

Color convert

RGB22162126-
CMYK00.720.430.13
HSL335.85º70.04%55.49%-
HSV(B)335.85º71.95%86.67%-
XYZ35.3120.3221.8-
YUV116.84133.18202.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.03%
GREEN value IS 62 (24.61% from 255) = 15.16%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=54.03%
G=15.16%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216212600.720.430.13335.8570.0455.49
HexDD3E7E0482BD1504637
Octal335761760110531552010667
Binary1101110111111011111100100100010101111011010100001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3E7E; }

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

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

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

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

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

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

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

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