#DD6998

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

Shades of Pale Violet Red #DD6998

Tints of Pale Violet Red #DD6998

Color information

#DD6998 (or 0xDD6998) is unknown color: approx Pale Violet Red. HEX triplet: DD, 69 and 98. RGB value is (221,105,152). Sum of RGB (Red+Green+Blue) = 221+105+152=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6998 is #229667. Grayscale: #909090. Windows color (decimal): -2266728 or 9988573. OLE color: 9988573.

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

Color convert

RGB221105152-
CMYK00.520.310.13
HSL335.69º63.04%63.92%-
HSV(B)335.69º52.49%86.67%-
XYZ40.5427.7432.92-
YUV145.04131.93182.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=46.23%
G=21.97%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110515200.520.310.13335.6963.0463.92
HexDD69980341FD1503f40
Octal335151230064371552077100
Binary1101110111010011001100001101001111111011010100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6998; }

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

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

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

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

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

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

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

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