#DE6BAA

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

Shades of Pale Violet Red #DE6BAA

Tints of Pale Violet Red #DE6BAA

Color information

#DE6BAA (or 0xDE6BAA) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6B and AA. RGB value is (222,107,170). Sum of RGB (Red+Green+Blue) = 222+107+170=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6BAA is #219455. Grayscale: #949494. Windows color (decimal): -2200662 or 11168734. OLE color: 11168734.

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

Color convert

RGB222107170-
CMYK00.520.230.13
HSL327.13º63.54%64.51%-
HSV(B)327.13º51.8%87.06%-
XYZ42.6428.9541.37-
YUV148.57140.1180.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=44.49%
G=21.44%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210717000.520.230.13327.1363.5464.51
HexDE6BAA03417D1474041
Octal3361532520642715507100101
Binary11011110110101110101010011010010111110110100011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BAA; }

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

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

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

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

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

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

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

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