#DB6663

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

Shades of Roman #DB6663

Tints of Roman #DB6663

Color information

#DB6663 (or 0xDB6663) is unknown color: approx Roman. HEX triplet: DB, 66 and 63. RGB value is (219,102,99). Sum of RGB (Red+Green+Blue) = 219+102+99=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6663 is #24999C. Grayscale: #888888. Windows color (decimal): -2398621 or 6514395. OLE color: 6514395.

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

Color convert

RGB21910299-
CMYK00.530.550.14
HSL1.5º62.5%62.35%-
HSV(B)1.5º54.79%85.88%-
XYZ36.2225.4614.81-
YUV136.64106.76186.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.14%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=52.14%
G=24.29%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191029900.530.550.141.562.562.35
HexDB666303537E23e3e
Octal333146143065671627676
Binary11011011110011011000110110101110111111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6663; }

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

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

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

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

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

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

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

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