#D5447F

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

Shades of Cranberry #D5447F

Tints of Cranberry #D5447F

Color information

#D5447F (or 0xD5447F) is unknown color: approx Cranberry. HEX triplet: D5, 44 and 7F. RGB value is (213,68,127). Sum of RGB (Red+Green+Blue) = 213+68+127=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5447F is #2ABB80. Grayscale: #757575. Windows color (decimal): -2800513 or 8340693. OLE color: 8340693.

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

Color convert

RGB21368127-
CMYK00.680.400.16
HSL335.59º63.32%55.1%-
HSV(B)335.59º68.08%83.53%-
XYZ33.3419.8122.15-
YUV118.08133.04195.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.21%
GREEN value IS 68 (26.95% from 255) = 16.67%
BLUE value IS 127 (50% from 255) = 31.13%
R=52.21%
G=16.67%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136812700.680.400.16335.5963.3255.1
HexD5447F04428101503f37
Octal325104177010450205207767
Binary11010101100010011111110100010010100010000101010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5447F; }

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

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

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

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

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

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

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

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