#DE6BA4

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

Shades of Pale Violet Red #DE6BA4

Tints of Pale Violet Red #DE6BA4

Color information

#DE6BA4 (or 0xDE6BA4) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6B and A4. RGB value is (222,107,164). Sum of RGB (Red+Green+Blue) = 222+107+164=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6BA4 is #21945B. Grayscale: #939393. Windows color (decimal): -2200668 or 10775518. OLE color: 10775518.

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

Color convert

RGB222107164-
CMYK00.520.260.13
HSL330.26º63.54%64.51%-
HSV(B)330.26º51.8%87.06%-
XYZ42.0828.7338.45-
YUV147.88137.1180.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 164 (64.45% from 255) = 33.27%
R=45.03%
G=21.70%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210716400.520.260.13330.2663.5464.51
HexDE6BA40341AD14a4041
Octal3361532440643215512100101
Binary11011110110101110100100011010011010110110100101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BA4; }

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

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

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

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

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

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

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

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