#DD6BAA

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

Shades of Pale Violet Red #DD6BAA

Tints of Pale Violet Red #DD6BAA

Color information

#DD6BAA (or 0xDD6BAA) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6B and AA. RGB value is (221,107,170). Sum of RGB (Red+Green+Blue) = 221+107+170=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BAA is #229455. Grayscale: #949494. Windows color (decimal): -2266198 or 11168733. OLE color: 11168733.

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

Color convert

RGB221107170-
CMYK00.520.230.13
HSL326.84º62.64%64.31%-
HSV(B)326.84º51.58%86.67%-
XYZ42.3328.7941.36-
YUV148.27140.27179.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 107 (42.19% from 255) = 21.49%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=44.38%
G=21.49%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110717000.520.230.13326.8462.6464.31
HexDD6BAA03417D1473f40
Octal335153252064271550777100
Binary1101110111010111010101001101001011111011010001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BAA; }

 p { color: rgb(221,107,170); }

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

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

 a { background-color: rgb(221,107,170); }

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

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

 span { border-color: rgb(221,107,170); }

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