#D66076

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

Shades of Cranberry #D66076

Tints of Cranberry #D66076

Color information

#D66076 (or 0xD66076) is unknown color: approx Cranberry. HEX triplet: D6, 60 and 76. RGB value is (214,96,118). Sum of RGB (Red+Green+Blue) = 214+96+118=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D66076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66076 is #299F89. Grayscale: #858585. Windows color (decimal): -2727818 or 7758038. OLE color: 7758038.

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

Color convert

RGB21496118-
CMYK00.550.450.16
HSL348.81º59%60.78%-
HSV(B)348.81º55.14%83.92%-
XYZ35.1823.9719.91-
YUV133.79119.09185.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 118 (46.48% from 255) = 27.57%
R=50%
G=22.43%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149611800.550.450.16348.815960.78
HexD660760372D1015d3b3d
Octal32614016606755205357375
Binary1101011011000001110110011011110110110000101011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66076; }

 p { color: rgb(214,96,118); }

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

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

 a { background-color: rgb(214,96,118); }

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

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

 span { border-color: rgb(214,96,118); }

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