#DD6897

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

Shades of Pale Violet Red #DD6897

Tints of Pale Violet Red #DD6897

Color information

#DD6897 (or 0xDD6897) is unknown color: approx Pale Violet Red. HEX triplet: DD, 68 and 97. RGB value is (221,104,151). Sum of RGB (Red+Green+Blue) = 221+104+151=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6897 is #229768. Grayscale: #909090. Windows color (decimal): -2266985 or 9922781. OLE color: 9922781.

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

Color convert

RGB221104151-
CMYK00.530.320.13
HSL335.9º63.24%63.73%-
HSV(B)335.9º52.94%86.67%-
XYZ40.3627.5132.46-
YUV144.34131.76182.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=46.43%
G=21.85%
B=31.72%

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
Decimal22110415100.530.320.13335.963.2463.73
HexDD689703520D1503f40
Octal335150227065401552077100
Binary11011101110100010010111011010110000011011010100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6897; }

 p { color: rgb(221,104,151); }

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

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

 a { background-color: rgb(221,104,151); }

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

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

 span { border-color: rgb(221,104,151); }

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