#DB627C

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

Shades of Cranberry #DB627C

Tints of Cranberry #DB627C

Color information

#DB627C (or 0xDB627C) is unknown color: approx Cranberry. HEX triplet: DB, 62 and 7C. RGB value is (219,98,124). Sum of RGB (Red+Green+Blue) = 219+98+124=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB627C is #249D83. Grayscale: #898989. Windows color (decimal): -2399620 or 8151771. OLE color: 8151771.

HSL color Cylindrical-coordinate representation of color #DB627C: hue angle of 347.11º degrees, saturation: 0.63, 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 #DB627C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB21998124-
CMYK00.550.430.14
HSL347.11º62.69%62.16%-
HSV(B)347.11º55.25%85.88%-
XYZ37.2225.2521.98-
YUV137.14120.59186.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=49.66%
G=22.22%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199812400.550.430.14347.1162.6962.16
HexDB627C0372BE15b3f3e
Octal33314217406753165337776
Binary110110111100010111110001101111010111110101011011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB627C; }

 p { color: rgb(219,98,124); }

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

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

 a { background-color: rgb(219,98,124); }

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

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

 span { border-color: rgb(219,98,124); }

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