#DE6B98

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

Shades of Pale Violet Red #DE6B98

Tints of Pale Violet Red #DE6B98

Color information

#DE6B98 (or 0xDE6B98) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6B and 98. RGB value is (222,107,152). Sum of RGB (Red+Green+Blue) = 222+107+152=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6B98 is #219467. Grayscale: #929292. Windows color (decimal): -2200680 or 9989086. OLE color: 9989086.

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

Color convert

RGB222107152-
CMYK00.520.320.13
HSL336.52º63.54%64.51%-
HSV(B)336.52º51.8%87.06%-
XYZ41.0528.3133.01-
YUV146.52131.1181.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=46.15%
G=22.25%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210715200.520.320.13336.5263.5464.51
HexDE6B9803420D1514041
Octal3361532300644015521100101
Binary110111101101011100110000110100100000110110101000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B98; }

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

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

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

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

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

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

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

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