#DD67A6

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

Shades of Pale Violet Red #DD67A6

Tints of Pale Violet Red #DD67A6

Color information

#DD67A6 (or 0xDD67A6) is unknown color: approx Pale Violet Red. HEX triplet: DD, 67 and A6. RGB value is (221,103,166). Sum of RGB (Red+Green+Blue) = 221+103+166=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67A6 is #229859. Grayscale: #919191. Windows color (decimal): -2267226 or 10905565. OLE color: 10905565.

HSL color Cylindrical-coordinate representation of color #DD67A6: hue angle of 327.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67A6 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB221103166-
CMYK00.530.250.13
HSL327.97º63.44%63.53%-
HSV(B)327.97º53.39%86.67%-
XYZ41.5527.8339.26-
YUV145.46139.59181.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=45.10%
G=21.02%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110316600.530.250.13327.9763.4463.53
HexDD67A603519D1483f40
Octal335147246065311551077100
Binary1101110111001111010011001101011100111011010010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67A6; }

 p { color: rgb(221,103,166); }

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

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

 a { background-color: rgb(221,103,166); }

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

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

 span { border-color: rgb(221,103,166); }

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