#DE629C

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

Shades of Pale Violet Red #DE629C

Tints of Pale Violet Red #DE629C

Color information

#DE629C (or 0xDE629C) is unknown color: approx Pale Violet Red. HEX triplet: DE, 62 and 9C. RGB value is (222,98,156). Sum of RGB (Red+Green+Blue) = 222+98+156=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE629C is #219D63. Grayscale: #8D8D8D. Windows color (decimal): -2202980 or 10248926. OLE color: 10248926.

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

Color convert

RGB22298156-
CMYK00.560.300.13
HSL331.94º65.26%62.75%-
HSV(B)331.94º55.86%87.06%-
XYZ40.4926.6734.47-
YUV141.69136.08185.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=46.64%
G=20.59%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229815600.560.300.13331.9465.2662.75
HexDE629C0381ED14c413f
Octal336142234070361551410177
Binary1101111011000101001110001110001111011011010011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE629C; }

 p { color: rgb(222,98,156); }

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

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

 a { background-color: rgb(222,98,156); }

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

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

 span { border-color: rgb(222,98,156); }

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