#DD6692

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

Shades of Pale Violet Red #DD6692

Tints of Pale Violet Red #DD6692

Color information

#DD6692 (or 0xDD6692) is unknown color: approx Pale Violet Red. HEX triplet: DD, 66 and 92. RGB value is (221,102,146). Sum of RGB (Red+Green+Blue) = 221+102+146=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6692 is #22996D. Grayscale: #8E8E8E. Windows color (decimal): -2267502 or 9594589. OLE color: 9594589.

HSL color Cylindrical-coordinate representation of color #DD6692: hue angle of 337.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 #DD6692 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221102146-
CMYK00.540.340.13
HSL337.82º63.64%63.33%-
HSV(B)337.82º53.85%86.67%-
XYZ39.7626.9530.3-
YUV142.6129.92183.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=47.12%
G=21.75%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110214600.540.340.13337.8263.6463.33
HexDD669203622D152403f
Octal335146222066421552210077
Binary11011101110011010010010011011010001011011010100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6692; }

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

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

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

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

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

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

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

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