#DD5E92

Color #DD5E92 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DD5E92

Tints of Pale Violet Red #DD5E92

Color information

#DD5E92 (or 0xDD5E92) is unknown color: approx Pale Violet Red. HEX triplet: DD, 5E and 92. RGB value is (221,94,146). Sum of RGB (Red+Green+Blue) = 221+94+146=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E92 is #22A16D. Grayscale: #898989. Windows color (decimal): -2269550 or 9592541. OLE color: 9592541.

HSL color Cylindrical-coordinate representation of color #DD5E92: hue angle of 335.43º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5E92 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB22194146-
CMYK00.570.340.13
HSL335.43º65.13%61.76%-
HSV(B)335.43º57.47%86.67%-
XYZ39.0125.4530.05-
YUV137.9132.58187.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=47.94%
G=20.39%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219414600.570.340.13335.4365.1361.76
HexDD5E9203922D14f413e
Octal335136222071421551710176
Binary11011101101111010010010011100110001011011010011111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5E92; }

 p { color: rgb(221,94,146); }

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

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

 a { background-color: rgb(221,94,146); }

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

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

 span { border-color: rgb(221,94,146); }

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