#D66085

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

Shades of Cranberry #D66085

Tints of Cranberry #D66085

Color information

#D66085 (or 0xD66085) is unknown color: approx Cranberry. HEX triplet: D6, 60 and 85. RGB value is (214,96,133). Sum of RGB (Red+Green+Blue) = 214+96+133=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D66085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66085 is #299F7A. Grayscale: #878787. Windows color (decimal): -2727803 or 8741078. OLE color: 8741078.

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

Color convert

RGB21496133-
CMYK00.550.380.16
HSL341.19º59%60.78%-
HSV(B)341.19º55.14%83.92%-
XYZ36.1524.3624.99-
YUV135.5126.59183.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=48.31%
G=21.67%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149613300.550.380.16341.195960.78
HexD6608503726101553b3d
Octal32614020506746205257375
Binary11010110110000010000101011011110011010000101010101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66085; }

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

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

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

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

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

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

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

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