#D5607F

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

Shades of Cranberry #D5607F

Tints of Cranberry #D5607F

Color information

#D5607F (or 0xD5607F) is unknown color: approx Cranberry. HEX triplet: D5, 60 and 7F. RGB value is (213,96,127). Sum of RGB (Red+Green+Blue) = 213+96+127=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5607F is #2A9F80. Grayscale: #868686. Windows color (decimal): -2793345 or 8347861. OLE color: 8347861.

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

Color convert

RGB21396127-
CMYK00.550.400.16
HSL344.1º58.21%60.59%-
HSV(B)344.1º54.93%83.53%-
XYZ35.4524.0422.85-
YUV134.52123.76183.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 127 (50% from 255) = 29.13%
R=48.85%
G=22.02%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139612700.550.400.16344.158.2160.59
HexD5607F03728101583a3d
Octal32514017706750205307275
Binary1101010111000001111111011011110100010000101011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5607F; }

 p { color: rgb(213,96,127); }

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

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

 a { background-color: rgb(213,96,127); }

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

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

 span { border-color: rgb(213,96,127); }

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