#D54B7B

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

Shades of Cranberry #D54B7B

Tints of Cranberry #D54B7B

Color information

#D54B7B (or 0xD54B7B) is unknown color: approx Cranberry. HEX triplet: D5, 4B and 7B. RGB value is (213,75,123). Sum of RGB (Red+Green+Blue) = 213+75+123=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B7B is #2AB484. Grayscale: #797979. Windows color (decimal): -2798725 or 8080341. OLE color: 8080341.

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

Color convert

RGB21375123-
CMYK00.650.420.16
HSL339.13º62.16%56.47%-
HSV(B)339.13º64.79%83.53%-
XYZ33.5320.6120.95-
YUV121.73128.72193.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=51.82%
G=18.25%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137512300.650.420.16339.1362.1656.47
HexD54B7B0412A101533e38
Octal325113173010152205237670
Binary11010101100101111110110100000110101010000101010011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B7B; }

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

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

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

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

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

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

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

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