#DE7698

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

Shades of Pale Violet Red #DE7698

Tints of Pale Violet Red #DE7698

Color information

#DE7698 (or 0xDE7698) is unknown color: approx Pale Violet Red. HEX triplet: DE, 76 and 98. RGB value is (222,118,152). Sum of RGB (Red+Green+Blue) = 222+118+152=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7698 is #218967. Grayscale: #989898. Windows color (decimal): -2197864 or 9991902. OLE color: 9991902.

HSL color Cylindrical-coordinate representation of color #DE7698: hue angle of 340.38º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE7698 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222118152-
CMYK00.470.320.13
HSL340.38º61.18%66.67%-
HSV(B)340.38º46.85%87.06%-
XYZ42.2730.7533.41-
YUV152.97127.46177.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=45.12%
G=23.98%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211815200.470.320.13340.3861.1866.67
HexDE769802F20D1543d43
Octal336166230057401552475103
Binary11011110111011010011000010111110000011011010101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7698; }

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

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

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

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

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

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

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

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