#D6607B

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

Shades of Cranberry #D6607B

Tints of Cranberry #D6607B

Color information

#D6607B (or 0xD6607B) is unknown color: approx Cranberry. HEX triplet: D6, 60 and 7B. RGB value is (214,96,123). Sum of RGB (Red+Green+Blue) = 214+96+123=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6607B is #299F84. Grayscale: #868686. Windows color (decimal): -2727813 or 8085718. OLE color: 8085718.

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

Color convert

RGB21496123-
CMYK00.550.430.16
HSL346.27º59%60.78%-
HSV(B)346.27º55.14%83.92%-
XYZ35.4924.0921.52-
YUV134.36121.59184.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=49.42%
G=22.17%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149612300.550.430.16346.275960.78
HexD6607B0372B1015a3b3d
Octal32614017306753205327375
Binary1101011011000001111011011011110101110000101011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6607B; }

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

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

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

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

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

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

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

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