#D3607D

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

Shades of Cranberry #D3607D

Tints of Cranberry #D3607D

Color information

#D3607D (or 0xD3607D) is unknown color: approx Cranberry. HEX triplet: D3, 60 and 7D. RGB value is (211,96,125). Sum of RGB (Red+Green+Blue) = 211+96+125=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D3607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3607D is #2C9F82. Grayscale: #858585. Windows color (decimal): -2924419 or 8216787. OLE color: 8216787.

HSL color Cylindrical-coordinate representation of color #D3607D: hue angle of 344.87º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3607D is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB21196125-
CMYK00.550.410.17
HSL344.87º56.65%60.2%-
HSV(B)344.87º54.5%82.75%-
XYZ34.7523.722.14-
YUV133.69123.1183.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.84%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=48.84%
G=22.22%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119612500.550.410.17344.8756.6560.2
HexD3607D0372911159393c
Octal32314017506751215317174
Binary1101001111000001111101011011110100110001101011001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3607D; }

 p { color: rgb(211,96,125); }

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

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

 a { background-color: rgb(211,96,125); }

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

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

 span { border-color: rgb(211,96,125); }

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