#DB486C

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

Shades of Cranberry #DB486C

Tints of Cranberry #DB486C

Color information

#DB486C (or 0xDB486C) is unknown color: approx Cranberry. HEX triplet: DB, 48 and 6C. RGB value is (219,72,108). Sum of RGB (Red+Green+Blue) = 219+72+108=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB486C is #24B793. Grayscale: #787878. Windows color (decimal): -2406292 or 7096539. OLE color: 7096539.

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

Color convert

RGB21972108-
CMYK00.670.510.14
HSL345.31º67.12%57.06%-
HSV(B)345.31º67.12%85.88%-
XYZ34.2420.7816.39-
YUV120.06121.2198.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.89%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=54.89%
G=18.05%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197210800.670.510.14345.3167.1257.06
HexDB486C04333E1594339
Octal3331101540103631653110371
Binary11011011100100011011000100001111001111101010110011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB486C; }

 p { color: rgb(219,72,108); }

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

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

 a { background-color: rgb(219,72,108); }

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

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

 span { border-color: rgb(219,72,108); }

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