#DB6875

Color #DB6875 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DB6875

Tints of Froly #DB6875

Color information

#DB6875 (or 0xDB6875) is unknown color: approx Froly. HEX triplet: DB, 68 and 75. RGB value is (219,104,117). Sum of RGB (Red+Green+Blue) = 219+104+117=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6875 is #24978A. Grayscale: #8B8B8B. Windows color (decimal): -2398091 or 7694555. OLE color: 7694555.

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

Color convert

RGB219104117-
CMYK00.530.470.14
HSL353.22º61.5%63.33%-
HSV(B)353.22º52.51%85.88%-
XYZ37.3726.2519.93-
YUV139.87115.1184.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.77%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=49.77%
G=23.64%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910411700.530.470.14353.2261.563.33
HexDB68750352FE1613d3f
Octal33315016506557165417577
Binary110110111101000111010101101011011111110101100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6875; }

 p { color: rgb(219,104,117); }

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

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

 a { background-color: rgb(219,104,117); }

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

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

 span { border-color: rgb(219,104,117); }

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