#D2617B

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

Shades of Cranberry #D2617B

Tints of Cranberry #D2617B

Color information

#D2617B (or 0xD2617B) is unknown color: approx Cranberry. HEX triplet: D2, 61 and 7B. RGB value is (210,97,123). Sum of RGB (Red+Green+Blue) = 210+97+123=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2617B is #2D9E84. Grayscale: #858585. Windows color (decimal): -2989701 or 8085970. OLE color: 8085970.

HSL color Cylindrical-coordinate representation of color #D2617B: hue angle of 346.19º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2617B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB21097123-
CMYK00.540.410.18
HSL346.19º55.67%60.2%-
HSV(B)346.19º53.81%82.35%-
XYZ34.4323.6821.5-
YUV133.75121.94182.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.84%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=48.84%
G=22.56%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109712300.540.410.18346.1955.6760.2
HexD2617B036291215a383c
Octal32214117306651225327074
Binary1101001011000011111011011011010100110010101011010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2617B; }

 p { color: rgb(210,97,123); }

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

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

 a { background-color: rgb(210,97,123); }

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

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

 span { border-color: rgb(210,97,123); }

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