#D66083

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

Shades of Cranberry #D66083

Tints of Cranberry #D66083

Color information

#D66083 (or 0xD66083) is unknown color: approx Cranberry. HEX triplet: D6, 60 and 83. RGB value is (214,96,131). Sum of RGB (Red+Green+Blue) = 214+96+131=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D66083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66083 is #299F7C. Grayscale: #878787. Windows color (decimal): -2727805 or 8610006. OLE color: 8610006.

HSL color Cylindrical-coordinate representation of color #D66083: hue angle of 342.2º 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 #D66083 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB21496131-
CMYK00.550.390.16
HSL342.2º59%60.78%-
HSV(B)342.2º55.14%83.92%-
XYZ36.0124.324.27-
YUV135.27125.59184.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.53%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=48.53%
G=21.77%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149613100.550.390.16342.25960.78
HexD6608303727101563b3d
Octal32614020306747205267375
Binary11010110110000010000011011011110011110000101010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66083; }

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

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

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

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

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

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

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

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