#DB668E

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

Shades of Pale Violet Red #DB668E

Tints of Pale Violet Red #DB668E

Color information

#DB668E (or 0xDB668E) is unknown color: approx Pale Violet Red. HEX triplet: DB, 66 and 8E. RGB value is (219,102,142). Sum of RGB (Red+Green+Blue) = 219+102+142=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB668E is #249971. Grayscale: #8D8D8D. Windows color (decimal): -2398578 or 9332443. OLE color: 9332443.

HSL color Cylindrical-coordinate representation of color #DB668E: hue angle of 339.49º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB668E is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219102142-
CMYK00.530.350.14
HSL339.49º61.9%62.94%-
HSV(B)339.49º53.42%85.88%-
XYZ38.8526.5228.66-
YUV141.54128.26183.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.30%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=47.30%
G=22.03%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910214200.530.350.14339.4961.962.94
HexDB668E03523E1533e3f
Octal33314621606543165237677
Binary1101101111001101000111001101011000111110101010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB668E; }

 p { color: rgb(219,102,142); }

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

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

 a { background-color: rgb(219,102,142); }

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

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

 span { border-color: rgb(219,102,142); }

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