#DD6898

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

Shades of Pale Violet Red #DD6898

Tints of Pale Violet Red #DD6898

Color information

#DD6898 (or 0xDD6898) is unknown color: approx Pale Violet Red. HEX triplet: DD, 68 and 98. RGB value is (221,104,152). Sum of RGB (Red+Green+Blue) = 221+104+152=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6898 is #229767. Grayscale: #909090. Windows color (decimal): -2266984 or 9988317. OLE color: 9988317.

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

Color convert

RGB221104152-
CMYK00.530.310.13
HSL335.38º63.24%63.73%-
HSV(B)335.38º52.94%86.67%-
XYZ40.4427.5432.89-
YUV144.45132.26182.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=46.33%
G=21.80%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110415200.530.310.13335.3863.2463.73
HexDD68980351FD14f3f40
Octal335150230065371551777100
Binary1101110111010001001100001101011111111011010011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6898; }

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

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

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

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

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

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

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

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