#DB618B

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

Shades of Pale Violet Red #DB618B

Tints of Pale Violet Red #DB618B

Color information

#DB618B (or 0xDB618B) is unknown color: approx Pale Violet Red. HEX triplet: DB, 61 and 8B. RGB value is (219,97,139). Sum of RGB (Red+Green+Blue) = 219+97+139=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB618B is #249E74. Grayscale: #8A8A8A. Windows color (decimal): -2399861 or 9134555. OLE color: 9134555.

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

Color convert

RGB21997139-
CMYK00.560.370.14
HSL339.34º62.89%61.96%-
HSV(B)339.34º55.71%85.88%-
XYZ38.1525.4727.33-
YUV138.27128.42185.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.13%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=48.13%
G=21.32%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199713900.560.370.14339.3462.8961.96
HexDB618B03825E1533f3e
Octal33314121307045165237776
Binary1101101111000011000101101110001001011110101010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB618B; }

 p { color: rgb(219,97,139); }

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

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

 a { background-color: rgb(219,97,139); }

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

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

 span { border-color: rgb(219,97,139); }

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