#D66084

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

Shades of Cranberry #D66084

Tints of Cranberry #D66084

Color information

#D66084 (or 0xD66084) is unknown color: approx Cranberry. HEX triplet: D6, 60 and 84. RGB value is (214,96,132). Sum of RGB (Red+Green+Blue) = 214+96+132=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D66084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66084 is #299F7B. Grayscale: #878787. Windows color (decimal): -2727804 or 8675542. OLE color: 8675542.

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

Color convert

RGB21496132-
CMYK00.550.380.16
HSL341.69º59%60.78%-
HSV(B)341.69º55.14%83.92%-
XYZ36.0824.3324.62-
YUV135.39126.09184.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 96 (37.89% from 255) = 21.72%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=48.42%
G=21.72%
B=29.86%

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
Decimal2149613200.550.380.16341.695960.78
HexD6608403726101563b3d
Octal32614020406746205267375
Binary11010110110000010000100011011110011010000101010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66084; }

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

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

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

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

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

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

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

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