#DD619D

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

Shades of Pale Violet Red #DD619D

Tints of Pale Violet Red #DD619D

Color information

#DD619D (or 0xDD619D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 61 and 9D. RGB value is (221,97,157). Sum of RGB (Red+Green+Blue) = 221+97+157=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD619D is #229E62. Grayscale: #8C8C8C. Windows color (decimal): -2268771 or 10314205. OLE color: 10314205.

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

Color convert

RGB22197157-
CMYK00.560.290.13
HSL330.97º64.58%62.35%-
HSV(B)330.97º56.11%86.67%-
XYZ40.1826.3634.87-
YUV140.92137.08185.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=46.53%
G=20.42%
B=33.05%

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
Decimal2219715700.560.290.13330.9764.5862.35
HexDD619D0381DD14b413e
Octal335141235070351551310176
Binary1101110111000011001110101110001110111011010010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD619D; }

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

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

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

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

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

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

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

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