#DD7A98

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

Shades of Pale Violet Red #DD7A98

Tints of Pale Violet Red #DD7A98

Color information

#DD7A98 (or 0xDD7A98) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7A and 98. RGB value is (221,122,152). Sum of RGB (Red+Green+Blue) = 221+122+152=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A98 is #228567. Grayscale: #9A9A9A. Windows color (decimal): -2262376 or 9992925. OLE color: 9992925.

HSL color Cylindrical-coordinate representation of color #DD7A98: hue angle of 341.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7A98 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221122152-
CMYK00.450.310.13
HSL341.82º59.28%67.25%-
HSV(B)341.82º44.8%86.67%-
XYZ42.4531.5633.56-
YUV155.02126.3175.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 152 (59.77% from 255) = 30.71%
R=44.65%
G=24.65%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112215200.450.310.13341.8259.2867.25
HexDD7A9802D1FD1563b43
Octal335172230055371552673103
Binary1101110111110101001100001011011111111011010101101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A98; }

 p { color: rgb(221,122,152); }

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

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

 a { background-color: rgb(221,122,152); }

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

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

 span { border-color: rgb(221,122,152); }

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