#D54480

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

Shades of Cranberry #D54480

Tints of Cranberry #D54480

Color information

#D54480 (or 0xD54480) is unknown color: approx Cranberry. HEX triplet: D5, 44 and 80. RGB value is (213,68,128). Sum of RGB (Red+Green+Blue) = 213+68+128=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D54480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54480 is #2ABB7F. Grayscale: #767676. Windows color (decimal): -2800512 or 8406229. OLE color: 8406229.

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

Color convert

RGB21368128-
CMYK00.680.400.16
HSL335.17º63.32%55.1%-
HSV(B)335.17º68.08%83.53%-
XYZ33.419.8422.49-
YUV118.2133.54195.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.08%
GREEN value IS 68 (26.95% from 255) = 16.63%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=52.08%
G=16.63%
B=31.30%

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
Decimal2136812800.680.400.16335.1763.3255.1
HexD54480044281014f3f37
Octal325104200010450205177767
Binary110101011000100100000000100010010100010000101001111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54480; }

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

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

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

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

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

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

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

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