#D54378

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

Shades of Cranberry #D54378

Tints of Cranberry #D54378

Color information

#D54378 (or 0xD54378) is unknown color: approx Cranberry. HEX triplet: D5, 43 and 78. RGB value is (213,67,120). Sum of RGB (Red+Green+Blue) = 213+67+120=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D54378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54378 is #2ABC87. Grayscale: #747474. Windows color (decimal): -2800776 or 7881685. OLE color: 7881685.

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

Color convert

RGB21367120-
CMYK00.690.440.16
HSL338.22º63.48%54.9%-
HSV(B)338.22º68.54%83.53%-
XYZ32.8419.5219.81-
YUV116.7129.87196.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.25%
GREEN value IS 67 (26.56% from 255) = 16.75%
BLUE value IS 120 (47.27% from 255) = 30%
R=53.25%
G=16.75%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136712000.690.440.16338.2263.4854.9
HexD543780452C101523f37
Octal325103170010554205227767
Binary11010101100001111110000100010110110010000101010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54378; }

 p { color: rgb(213,67,120); }

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

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

 a { background-color: rgb(213,67,120); }

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

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

 span { border-color: rgb(213,67,120); }

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