#D5447C

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

Shades of Cranberry #D5447C

Tints of Cranberry #D5447C

Color information

#D5447C (or 0xD5447C) is unknown color: approx Cranberry. HEX triplet: D5, 44 and 7C. RGB value is (213,68,124). Sum of RGB (Red+Green+Blue) = 213+68+124=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5447C is #2ABB83. Grayscale: #757575. Windows color (decimal): -2800516 or 8144085. OLE color: 8144085.

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

Color convert

RGB21368124-
CMYK00.680.420.16
HSL336.83º63.32%55.1%-
HSV(B)336.83º68.08%83.53%-
XYZ33.1519.7421.13-
YUV117.74131.54195.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 68 (26.95% from 255) = 16.79%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=52.59%
G=16.79%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136812400.680.420.16336.8363.3255.1
HexD5447C0442A101513f37
Octal325104174010452205217767
Binary11010101100010011111000100010010101010000101010001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5447C; }

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

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

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

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

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

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

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

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