#DD619E

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

Shades of Pale Violet Red #DD619E

Tints of Pale Violet Red #DD619E

Color information

#DD619E (or 0xDD619E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 61 and 9E. RGB value is (221,97,158). Sum of RGB (Red+Green+Blue) = 221+97+158=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD619E is #229E61. Grayscale: #8C8C8C. Windows color (decimal): -2268770 or 10379741. OLE color: 10379741.

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

Color convert

RGB22197158-
CMYK00.560.290.13
HSL330.48º64.58%62.35%-
HSV(B)330.48º56.11%86.67%-
XYZ40.2726.3935.32-
YUV141.03137.58185.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=46.43%
G=20.38%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219715800.560.290.13330.4864.5862.35
HexDD619E0381DD14a413e
Octal335141236070351551210176
Binary1101110111000011001111001110001110111011010010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD619E; }

 p { color: rgb(221,97,158); }

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

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

 a { background-color: rgb(221,97,158); }

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

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

 span { border-color: rgb(221,97,158); }

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