#DE6998

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

Shades of Pale Violet Red #DE6998

Tints of Pale Violet Red #DE6998

Color information

#DE6998 (or 0xDE6998) is unknown color: approx Pale Violet Red. HEX triplet: DE, 69 and 98. RGB value is (222,105,152). Sum of RGB (Red+Green+Blue) = 222+105+152=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6998 is #219667. Grayscale: #919191. Windows color (decimal): -2201192 or 9988574. OLE color: 9988574.

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

Color convert

RGB222105152-
CMYK00.530.320.13
HSL335.9º63.93%64.12%-
HSV(B)335.9º52.7%87.06%-
XYZ40.8427.932.94-
YUV145.34131.76182.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 152 (59.77% from 255) = 31.73%
R=46.35%
G=21.92%
B=31.73%

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
Decimal22210515200.530.320.13335.963.9364.12
HexDE699803520D1504040
Octal3361512300654015520100100
Binary110111101101001100110000110101100000110110101000010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6998; }

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

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

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

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

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

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

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

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