#DD618B

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

Shades of Pale Violet Red #DD618B

Tints of Pale Violet Red #DD618B

Color information

#DD618B (or 0xDD618B) is unknown color: approx Pale Violet Red. HEX triplet: DD, 61 and 8B. RGB value is (221,97,139). Sum of RGB (Red+Green+Blue) = 221+97+139=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618B is #229E74. Grayscale: #8A8A8A. Windows color (decimal): -2268789 or 9134557. OLE color: 9134557.

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

Color convert

RGB22197139-
CMYK00.560.370.13
HSL339.68º64.58%62.35%-
HSV(B)339.68º56.11%86.67%-
XYZ38.7525.7927.36-
YUV138.86128.08186.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=48.36%
G=21.23%
B=30.42%

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
Decimal2219713900.560.370.13339.6864.5862.35
HexDD618B03825D154413e
Octal335141213070451552410176
Binary11011101110000110001011011100010010111011010101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD618B; }

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

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

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

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

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

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

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

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