#D3607E

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

Shades of Cranberry #D3607E

Tints of Cranberry #D3607E

Color information

#D3607E (or 0xD3607E) is unknown color: approx Cranberry. HEX triplet: D3, 60 and 7E. RGB value is (211,96,126). Sum of RGB (Red+Green+Blue) = 211+96+126=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D3607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3607E is #2C9F81. Grayscale: #858585. Windows color (decimal): -2924418 or 8282323. OLE color: 8282323.

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

Color convert

RGB21196126-
CMYK00.550.400.17
HSL344.35º56.65%60.2%-
HSV(B)344.35º54.5%82.75%-
XYZ34.8123.7222.48-
YUV133.8123.6183.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.73%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=48.73%
G=22.17%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119612600.550.400.17344.3556.6560.2
HexD3607E0372811158393c
Octal32314017606750215307174
Binary1101001111000001111110011011110100010001101011000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3607E; }

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

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

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

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

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

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

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

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