#D54173

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

Shades of Cranberry #D54173

Tints of Cranberry #D54173

Color information

#D54173 (or 0xD54173) is unknown color: approx Cranberry. HEX triplet: D5, 41 and 73. RGB value is (213,65,115). Sum of RGB (Red+Green+Blue) = 213+65+115=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D54173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54173 is #2ABE8C. Grayscale: #727272. Windows color (decimal): -2801293 or 7553493. OLE color: 7553493.

HSL color Cylindrical-coordinate representation of color #D54173: hue angle of 339.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54173 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21365115-
CMYK00.690.460.16
HSL339.73º63.79%54.51%-
HSV(B)339.73º69.48%83.53%-
XYZ32.4319.1618.21-
YUV114.95128.03197.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=54.20%
G=16.54%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136511500.690.460.16339.7363.7954.51
HexD541730452E101544037
Octal3251011630105562052410067
Binary110101011000001111001101000101101110100001010101001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54173; }

 p { color: rgb(213,65,115); }

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

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

 a { background-color: rgb(213,65,115); }

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

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

 span { border-color: rgb(213,65,115); }

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