#D2617F

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

Shades of Cranberry #D2617F

Tints of Cranberry #D2617F

Color information

#D2617F (or 0xD2617F) is unknown color: approx Cranberry. HEX triplet: D2, 61 and 7F. RGB value is (210,97,127). Sum of RGB (Red+Green+Blue) = 210+97+127=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2617F is #2D9E80. Grayscale: #868686. Windows color (decimal): -2989697 or 8348114. OLE color: 8348114.

HSL color Cylindrical-coordinate representation of color #D2617F: hue angle of 344.07º 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 #D2617F is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB21097127-
CMYK00.540.400.18
HSL344.07º55.67%60.2%-
HSV(B)344.07º53.81%82.35%-
XYZ34.6823.7822.84-
YUV134.21123.94182.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 127 (50% from 255) = 29.26%
R=48.39%
G=22.35%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109712700.540.400.18344.0755.6760.2
HexD2617F0362812158383c
Octal32214117706650225307074
Binary1101001011000011111111011011010100010010101011000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2617F; }

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

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

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

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

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

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

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

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