#DD618D

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

Shades of Pale Violet Red #DD618D

Tints of Pale Violet Red #DD618D

Color information

#DD618D (or 0xDD618D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 61 and 8D. RGB value is (221,97,141). Sum of RGB (Red+Green+Blue) = 221+97+141=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618D is #229E72. Grayscale: #8B8B8B. Windows color (decimal): -2268787 or 9265629. OLE color: 9265629.

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

Color convert

RGB22197141-
CMYK00.560.360.13
HSL338.71º64.58%62.35%-
HSV(B)338.71º56.11%86.67%-
XYZ38.925.8428.14-
YUV139.09129.08186.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=48.15%
G=21.13%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219714100.560.360.13338.7164.5862.35
HexDD618D03824D153413e
Octal335141215070441552310176
Binary11011101110000110001101011100010010011011010100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD618D; }

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

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

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

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

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

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

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

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