#D53B75

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

Shades of Cranberry #D53B75

Tints of Cranberry #D53B75

Color information

#D53B75 (or 0xD53B75) is unknown color: approx Cranberry. HEX triplet: D5, 3B and 75. RGB value is (213,59,117). Sum of RGB (Red+Green+Blue) = 213+59+117=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B75 is #2AC48A. Grayscale: #6F6F6F. Windows color (decimal): -2802827 or 7683029. OLE color: 7683029.

HSL color Cylindrical-coordinate representation of color #D53B75: hue angle of 337.4º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53B75 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB21359117-
CMYK00.720.450.16
HSL337.4º64.71%53.33%-
HSV(B)337.4º72.3%83.53%-
XYZ32.2218.5618.71-
YUV111.66131.02200.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.76%
GREEN value IS 59 (23.44% from 255) = 15.17%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=54.76%
G=15.17%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135911700.720.450.16337.464.7153.33
HexD53B750482D101514135
Octal325731650110552052110165
Binary11010101111011111010101001000101101100001010100011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53B75; }

 p { color: rgb(213,59,117); }

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

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

 a { background-color: rgb(213,59,117); }

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

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

 span { border-color: rgb(213,59,117); }

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