#D6456F

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

Shades of Cranberry #D6456F

Tints of Cranberry #D6456F

Color information

#D6456F (or 0xD6456F) is unknown color: approx Cranberry. HEX triplet: D6, 45 and 6F. RGB value is (214,69,111). Sum of RGB (Red+Green+Blue) = 214+69+111=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6456F is #29BA90. Grayscale: #757575. Windows color (decimal): -2734737 or 7292374. OLE color: 7292374.

HSL color Cylindrical-coordinate representation of color #D6456F: hue angle of 342.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6456F is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21469111-
CMYK00.680.480.16
HSL342.62º63.88%55.49%-
HSV(B)342.62º67.76%83.92%-
XYZ32.7319.717.12-
YUV117.14124.54197.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.31%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=54.31%
G=17.51%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146911100.680.480.16342.6263.8855.49
HexD6456F04430101574037
Octal3261051570104602052710067
Binary110101101000101110111101000100110000100001010101111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6456F; }

 p { color: rgb(214,69,111); }

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

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

 a { background-color: rgb(214,69,111); }

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

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

 span { border-color: rgb(214,69,111); }

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