#DE6692

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

Shades of Pale Violet Red #DE6692

Tints of Pale Violet Red #DE6692

Color information

#DE6692 (or 0xDE6692) is unknown color: approx Pale Violet Red. HEX triplet: DE, 66 and 92. RGB value is (222,102,146). Sum of RGB (Red+Green+Blue) = 222+102+146=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6692 is #21996D. Grayscale: #8E8E8E. Windows color (decimal): -2201966 or 9594590. OLE color: 9594590.

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

Color convert

RGB222102146-
CMYK00.540.340.13
HSL338º64.52%63.53%-
HSV(B)338º54.05%87.06%-
XYZ40.0627.1130.31-
YUV142.9129.76184.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=47.23%
G=21.70%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210214600.540.340.1333864.5263.53
HexDE669203622D1524140
Octal3361462220664215522101100
Binary110111101100110100100100110110100010110110101001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6692; }

 p { color: rgb(222,102,146); }

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

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

 a { background-color: rgb(222,102,146); }

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

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

 span { border-color: rgb(222,102,146); }

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