#D54B7A

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

Shades of Cranberry #D54B7A

Tints of Cranberry #D54B7A

Color information

#D54B7A (or 0xD54B7A) is unknown color: approx Cranberry. HEX triplet: D5, 4B and 7A. RGB value is (213,75,122). Sum of RGB (Red+Green+Blue) = 213+75+122=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B7A is #2AB485. Grayscale: #797979. Windows color (decimal): -2798726 or 8014805. OLE color: 8014805.

HSL color Cylindrical-coordinate representation of color #D54B7A: hue angle of 339.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54B7A is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB21375122-
CMYK00.650.430.16
HSL339.57º62.16%56.47%-
HSV(B)339.57º64.79%83.53%-
XYZ33.4720.5820.62-
YUV121.62128.22193.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.95%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=51.95%
G=18.29%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137512200.650.430.16339.5762.1656.47
HexD54B7A0412B101543e38
Octal325113172010153205247670
Binary11010101100101111110100100000110101110000101010100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B7A; }

 p { color: rgb(213,75,122); }

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

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

 a { background-color: rgb(213,75,122); }

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

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

 span { border-color: rgb(213,75,122); }

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