#D7617E

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

Shades of Cranberry #D7617E

Tints of Cranberry #D7617E

Color information

#D7617E (or 0xD7617E) is unknown color: approx Cranberry. HEX triplet: D7, 61 and 7E. RGB value is (215,97,126). Sum of RGB (Red+Green+Blue) = 215+97+126=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7617E is #289E81. Grayscale: #878787. Windows color (decimal): -2662018 or 8282583. OLE color: 8282583.

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

Color convert

RGB21597126-
CMYK00.550.410.16
HSL345.25º59.6%61.18%-
HSV(B)345.25º54.88%84.31%-
XYZ36.0624.522.57-
YUV135.59122.59184.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.09%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=49.09%
G=22.15%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159712600.550.410.16345.2559.661.18
HexD7617E03729101593c3d
Octal32714117606751205317475
Binary1101011111000011111110011011110100110000101011001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7617E; }

 p { color: rgb(215,97,126); }

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

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

 a { background-color: rgb(215,97,126); }

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

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

 span { border-color: rgb(215,97,126); }

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