#DD6293

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

Shades of Pale Violet Red #DD6293

Tints of Pale Violet Red #DD6293

Color information

#DD6293 (or 0xDD6293) is unknown color: approx Pale Violet Red. HEX triplet: DD, 62 and 93. RGB value is (221,98,147). Sum of RGB (Red+Green+Blue) = 221+98+147=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6293 is #229D6C. Grayscale: #8C8C8C. Windows color (decimal): -2268525 or 9659101. OLE color: 9659101.

HSL color Cylindrical-coordinate representation of color #DD6293: hue angle of 336.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6293 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22198147-
CMYK00.560.330.13
HSL336.1º64.4%62.55%-
HSV(B)336.1º55.66%86.67%-
XYZ39.4526.2130.58-
YUV140.36131.75185.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 98 (38.67% from 255) = 21.03%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=47.42%
G=21.03%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219814700.560.330.13336.164.462.55
HexDD629303821D150403f
Octal335142223070411552010077
Binary11011101110001010010011011100010000111011010100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6293; }

 p { color: rgb(221,98,147); }

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

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

 a { background-color: rgb(221,98,147); }

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

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

 span { border-color: rgb(221,98,147); }

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