#DD6299

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

Shades of Pale Violet Red #DD6299

Tints of Pale Violet Red #DD6299

Color information

#DD6299 (or 0xDD6299) is unknown color: approx Pale Violet Red. HEX triplet: DD, 62 and 99. RGB value is (221,98,153). Sum of RGB (Red+Green+Blue) = 221+98+153=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6299 is #229D66. Grayscale: #8C8C8C. Windows color (decimal): -2268519 or 10052317. OLE color: 10052317.

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

Color convert

RGB22198153-
CMYK00.560.310.13
HSL333.17º64.4%62.55%-
HSV(B)333.17º55.66%86.67%-
XYZ39.9426.4133.13-
YUV141.05134.75185.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 98 (38.67% from 255) = 20.76%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=46.82%
G=20.76%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219815300.560.310.13333.1764.462.55
HexDD62990381FD14d403f
Octal335142231070371551510077
Binary1101110111000101001100101110001111111011010011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6299; }

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

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

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

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

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

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

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

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