#DD75A8

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

Shades of Pale Violet Red #DD75A8

Tints of Pale Violet Red #DD75A8

Color information

#DD75A8 (or 0xDD75A8) is unknown color: approx Pale Violet Red. HEX triplet: DD, 75 and A8. RGB value is (221,117,168). Sum of RGB (Red+Green+Blue) = 221+117+168=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75A8 is #228A57. Grayscale: #999999. Windows color (decimal): -2263640 or 11040221. OLE color: 11040221.

HSL color Cylindrical-coordinate representation of color #DD75A8: hue angle of 330.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75A8 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221117168-
CMYK00.470.240.13
HSL330.58º60.47%66.27%-
HSV(B)330.58º47.06%86.67%-
XYZ43.2530.9240.73-
YUV153.91135.96175.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=43.68%
G=23.12%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111716800.470.240.13330.5860.4766.27
HexDD75A802F18D14b3c42
Octal335165250057301551374102
Binary1101110111101011010100001011111100011011010010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75A8; }

 p { color: rgb(221,117,168); }

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

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

 a { background-color: rgb(221,117,168); }

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

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

 span { border-color: rgb(221,117,168); }

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