#DD6690

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

Shades of Pale Violet Red #DD6690

Tints of Pale Violet Red #DD6690

Color information

#DD6690 (or 0xDD6690) is unknown color: approx Pale Violet Red. HEX triplet: DD, 66 and 90. RGB value is (221,102,144). Sum of RGB (Red+Green+Blue) = 221+102+144=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6690 is #22996F. Grayscale: #8E8E8E. Windows color (decimal): -2267504 or 9463517. OLE color: 9463517.

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

Color convert

RGB221102144-
CMYK00.540.350.13
HSL338.82º63.64%63.33%-
HSV(B)338.82º53.85%86.67%-
XYZ39.626.8929.49-
YUV142.37128.92184.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=47.32%
G=21.84%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110214400.540.350.13338.8263.6463.33
HexDD669003623D153403f
Octal335146220066431552310077
Binary11011101110011010010000011011010001111011010100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6690; }

 p { color: rgb(221,102,144); }

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

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

 a { background-color: rgb(221,102,144); }

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

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

 span { border-color: rgb(221,102,144); }

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