#DB658F

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

Shades of Pale Violet Red #DB658F

Tints of Pale Violet Red #DB658F

Color information

#DB658F (or 0xDB658F) is unknown color: approx Pale Violet Red. HEX triplet: DB, 65 and 8F. RGB value is (219,101,143). Sum of RGB (Red+Green+Blue) = 219+101+143=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB658F is #249A70. Grayscale: #8D8D8D. Windows color (decimal): -2398833 or 9397723. OLE color: 9397723.

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

Color convert

RGB219101143-
CMYK00.540.350.14
HSL338.64º62.11%62.75%-
HSV(B)338.64º53.88%85.88%-
XYZ38.8326.3529.03-
YUV141.07129.09183.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.30%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=47.30%
G=21.81%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910114300.540.350.14338.6462.1162.75
HexDB658F03623E1533e3f
Octal33314521706643165237677
Binary1101101111001011000111101101101000111110101010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB658F; }

 p { color: rgb(219,101,143); }

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

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

 a { background-color: rgb(219,101,143); }

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

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

 span { border-color: rgb(219,101,143); }

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