#DD608C

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

Shades of Pale Violet Red #DD608C

Tints of Pale Violet Red #DD608C

Color information

#DD608C (or 0xDD608C) is unknown color: approx Pale Violet Red. HEX triplet: DD, 60 and 8C. RGB value is (221,96,140). Sum of RGB (Red+Green+Blue) = 221+96+140=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD608C is #229F73. Grayscale: #8A8A8A. Windows color (decimal): -2269044 or 9199837. OLE color: 9199837.

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

Color convert

RGB22196140-
CMYK00.570.370.13
HSL338.88º64.77%62.16%-
HSV(B)338.88º56.56%86.67%-
XYZ38.7425.6327.72-
YUV138.39128.91186.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=48.36%
G=21.01%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219614000.570.370.13338.8864.7762.16
HexDD608C03925D153413e
Octal335140214071451552310176
Binary11011101110000010001100011100110010111011010100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD608C; }

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

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

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

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

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

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

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

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