#D54271

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

Shades of Cranberry #D54271

Tints of Cranberry #D54271

Color information

#D54271 (or 0xD54271) is unknown color: approx Cranberry. HEX triplet: D5, 42 and 71. RGB value is (213,66,113). Sum of RGB (Red+Green+Blue) = 213+66+113=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D54271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54271 is #2ABD8E. Grayscale: #737373. Windows color (decimal): -2801039 or 7422677. OLE color: 7422677.

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

Color convert

RGB21366113-
CMYK00.690.470.16
HSL340.82º63.64%54.71%-
HSV(B)340.82º69.01%83.53%-
XYZ32.3719.2317.63-
YUV115.31126.7197.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.34%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=54.34%
G=16.84%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136611300.690.470.16340.8263.6454.71
HexD542710452F101554037
Octal3251021610105572052510067
Binary110101011000010111000101000101101111100001010101011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54271; }

 p { color: rgb(213,66,113); }

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

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

 a { background-color: rgb(213,66,113); }

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

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

 span { border-color: rgb(213,66,113); }

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