#DD6A8F

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

Shades of Pale Violet Red #DD6A8F

Tints of Pale Violet Red #DD6A8F

Color information

#DD6A8F (or 0xDD6A8F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6A and 8F. RGB value is (221,106,143). Sum of RGB (Red+Green+Blue) = 221+106+143=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A8F is #229570. Grayscale: #909090. Windows color (decimal): -2266481 or 9399005. OLE color: 9399005.

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

Color convert

RGB221106143-
CMYK00.520.350.13
HSL340.7º62.84%64.12%-
HSV(B)340.7º52.04%86.67%-
XYZ39.9327.6629.22-
YUV144.6127.1182.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=47.02%
G=22.55%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110614300.520.350.13340.762.8464.12
HexDD6A8F03423D1553f40
Octal335152217064431552577100
Binary11011101110101010001111011010010001111011010101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A8F; }

 p { color: rgb(221,106,143); }

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

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

 a { background-color: rgb(221,106,143); }

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

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

 span { border-color: rgb(221,106,143); }

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