#D54B7E

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

Shades of Cranberry #D54B7E

Tints of Cranberry #D54B7E

Color information

#D54B7E (or 0xD54B7E) is unknown color: approx Cranberry. HEX triplet: D5, 4B and 7E. RGB value is (213,75,126). Sum of RGB (Red+Green+Blue) = 213+75+126=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B7E is #2AB481. Grayscale: #7A7A7A. Windows color (decimal): -2798722 or 8276949. OLE color: 8276949.

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

Color convert

RGB21375126-
CMYK00.650.410.16
HSL337.83º62.16%56.47%-
HSV(B)337.83º64.79%83.53%-
XYZ33.7220.6821.95-
YUV122.08130.22192.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.45%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=51.45%
G=18.12%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137512600.650.410.16337.8362.1656.47
HexD54B7E04129101523e38
Octal325113176010151205227670
Binary11010101100101111111100100000110100110000101010010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B7E; }

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

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

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

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

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

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

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

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