#D5607E

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

Shades of Cranberry #D5607E

Tints of Cranberry #D5607E

Color information

#D5607E (or 0xD5607E) is unknown color: approx Cranberry. HEX triplet: D5, 60 and 7E. RGB value is (213,96,126). Sum of RGB (Red+Green+Blue) = 213+96+126=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5607E is #2A9F81. Grayscale: #868686. Windows color (decimal): -2793346 or 8282325. OLE color: 8282325.

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

Color convert

RGB21396126-
CMYK00.550.410.16
HSL344.62º58.21%60.59%-
HSV(B)344.62º54.93%83.53%-
XYZ35.3924.0222.51-
YUV134.4123.26184.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=48.97%
G=22.07%
B=28.97%

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
Decimal2139612600.550.410.16344.6258.2160.59
HexD5607E03729101593a3d
Octal32514017606751205317275
Binary1101010111000001111110011011110100110000101011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5607E; }

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

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

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

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

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

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

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

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