#DD75A7

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

Shades of Pale Violet Red #DD75A7

Tints of Pale Violet Red #DD75A7

Color information

#DD75A7 (or 0xDD75A7) is unknown color: approx Pale Violet Red. HEX triplet: DD, 75 and A7. RGB value is (221,117,167). Sum of RGB (Red+Green+Blue) = 221+117+167=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75A7 is #228A58. Grayscale: #999999. Windows color (decimal): -2263641 or 10974685. OLE color: 10974685.

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

Color convert

RGB221117167-
CMYK00.470.240.13
HSL331.15º60.47%66.27%-
HSV(B)331.15º47.06%86.67%-
XYZ43.1630.8840.25-
YUV153.8135.46175.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=43.76%
G=23.17%
B=33.07%

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
Decimal22111716700.470.240.13331.1560.4766.27
HexDD75A702F18D14b3c42
Octal335165247057301551374102
Binary1101110111101011010011101011111100011011010010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75A7; }

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

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

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

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

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

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

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

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