#DD6698

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

Shades of Pale Violet Red #DD6698

Tints of Pale Violet Red #DD6698

Color information

#DD6698 (or 0xDD6698) is unknown color: approx Pale Violet Red. HEX triplet: DD, 66 and 98. RGB value is (221,102,152). Sum of RGB (Red+Green+Blue) = 221+102+152=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6698 is #229967. Grayscale: #8F8F8F. Windows color (decimal): -2267496 or 9987805. OLE color: 9987805.

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

Color convert

RGB221102152-
CMYK00.540.310.13
HSL334.79º63.64%63.33%-
HSV(B)334.79º53.85%86.67%-
XYZ40.2427.1432.82-
YUV143.28132.92183.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 152 (59.77% from 255) = 32%
R=46.53%
G=21.47%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110215200.540.310.13334.7963.6463.33
HexDD66980361FD14f403f
Octal335146230066371551710077
Binary1101110111001101001100001101101111111011010011111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6698; }

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

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

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

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

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

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

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

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