#DD7097

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

Shades of Pale Violet Red #DD7097

Tints of Pale Violet Red #DD7097

Color information

#DD7097 (or 0xDD7097) is unknown color: approx Pale Violet Red. HEX triplet: DD, 70 and 97. RGB value is (221,112,151). Sum of RGB (Red+Green+Blue) = 221+112+151=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7097 is #228F68. Grayscale: #949494. Windows color (decimal): -2264937 or 9924829. OLE color: 9924829.

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

Color convert

RGB221112151-
CMYK00.490.320.13
HSL338.53º61.58%65.29%-
HSV(B)338.53º49.32%86.67%-
XYZ41.229.1932.74-
YUV149.04129.11179.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=45.66%
G=23.14%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111215100.490.320.13338.5361.5865.29
HexDD709703120D1533e41
Octal335160227061401552376101
Binary11011101111000010010111011000110000011011010100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7097; }

 p { color: rgb(221,112,151); }

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

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

 a { background-color: rgb(221,112,151); }

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

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

 span { border-color: rgb(221,112,151); }

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