#DD297E

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

Shades of Deep Cerise #DD297E

Tints of Deep Cerise #DD297E

Color information

#DD297E (or 0xDD297E) is unknown color: approx Deep Cerise. HEX triplet: DD, 29 and 7E. RGB value is (221,41,126). Sum of RGB (Red+Green+Blue) = 221+41+126=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD297E is #22D681. Grayscale: #686868. Windows color (decimal): -2283138 or 8268253. OLE color: 8268253.

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

Color convert

RGB22141126-
CMYK00.810.430.13
HSL331.67º72.58%51.37%-
HSV(B)331.67º81.45%86.67%-
XYZ34.3818.4621.49-
YUV104.51140.13211.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.96%
GREEN value IS 41 (16.41% from 255) = 10.57%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=56.96%
G=10.57%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214112600.810.430.13331.6772.5851.37
HexDD297E0512BD14c4933
Octal335511760121531551411163
Binary1101110110100111111100101000110101111011010011001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD297E; }

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

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

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

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

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

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

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

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