#DD6796

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

Shades of Pale Violet Red #DD6796

Tints of Pale Violet Red #DD6796

Color information

#DD6796 (or 0xDD6796) is unknown color: approx Pale Violet Red. HEX triplet: DD, 67 and 96. RGB value is (221,103,150). Sum of RGB (Red+Green+Blue) = 221+103+150=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6796 is #229869. Grayscale: #8F8F8F. Windows color (decimal): -2267242 or 9856989. OLE color: 9856989.

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

Color convert

RGB221103150-
CMYK00.530.320.13
HSL336.1º63.44%63.53%-
HSV(B)336.1º53.39%86.67%-
XYZ40.1727.2732-
YUV143.64131.59183.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 103 (40.62% from 255) = 21.73%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=46.62%
G=21.73%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110315000.530.320.13336.163.4463.53
HexDD679603520D1503f40
Octal335147226065401552077100
Binary11011101110011110010110011010110000011011010100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6796; }

 p { color: rgb(221,103,150); }

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

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

 a { background-color: rgb(221,103,150); }

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

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

 span { border-color: rgb(221,103,150); }

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