#DD618C

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

Shades of Pale Violet Red #DD618C

Tints of Pale Violet Red #DD618C

Color information

#DD618C (or 0xDD618C) is unknown color: approx Pale Violet Red. HEX triplet: DD, 61 and 8C. RGB value is (221,97,140). Sum of RGB (Red+Green+Blue) = 221+97+140=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618C is #229E73. Grayscale: #8A8A8A. Windows color (decimal): -2268788 or 9200093. OLE color: 9200093.

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

Color convert

RGB22197140-
CMYK00.560.370.13
HSL339.19º64.58%62.35%-
HSV(B)339.19º56.11%86.67%-
XYZ38.8325.8127.75-
YUV138.98128.58186.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=48.25%
G=21.18%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219714000.560.370.13339.1964.5862.35
HexDD618C03825D153413e
Octal335141214070451552310176
Binary11011101110000110001100011100010010111011010100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD618C; }

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

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

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

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

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

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

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

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