#d54475

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

Shades of Cranberry #D54475

Tints of Cranberry #D54475

Color information

#D54475 (or 0xD54475) is unknown color: approx Cranberry. HEX triplet: D5, 44 and 75. RGB value is (213,68,117). Sum of RGB (Red+Green+Blue) = 213+68+117=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D54475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54475 is #2ABB8A. Grayscale: #747474. Windows color (decimal): -2800523 or 7685333. OLE color: 7685333.

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

Color convert

RGB21368117-
CMYK00.680.450.16
HSL339.72º63.32%55.1%-
HSV(B)339.72º68.08%83.53%-
XYZ32.7219.5618.88-
YUV116.94128.04196.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.52%
GREEN value IS 68 (26.95% from 255) = 17.09%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=53.52%
G=17.09%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136811700.680.450.16339.7263.3255.1
HexD544750442D101543f37
Octal325104165010455205247767
Binary11010101100010011101010100010010110110000101010100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54475; }

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

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

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

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

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

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

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

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