#DB669A

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

Shades of Pale Violet Red #DB669A

Tints of Pale Violet Red #DB669A

Color information

#DB669A (or 0xDB669A) is unknown color: approx Pale Violet Red. HEX triplet: DB, 66 and 9A. RGB value is (219,102,154). Sum of RGB (Red+Green+Blue) = 219+102+154=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB669A is #249965. Grayscale: #8E8E8E. Windows color (decimal): -2398566 or 10118875. OLE color: 10118875.

HSL color Cylindrical-coordinate representation of color #DB669A: hue angle of 333.33º 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 #DB669A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219102154-
CMYK00.530.300.14
HSL333.33º61.9%62.94%-
HSV(B)333.33º53.42%85.88%-
XYZ39.826.933.67-
YUV142.91134.26182.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.11%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=46.11%
G=21.47%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910215400.530.300.14333.3361.962.94
HexDB669A0351EE14d3e3f
Octal33314623206536165157677
Binary110110111100110100110100110101111101110101001101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB669A; }

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

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

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

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

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

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

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

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