#D55C7B

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

Shades of Cranberry #D55C7B

Tints of Cranberry #D55C7B

Color information

#D55C7B (or 0xD55C7B) is unknown color: approx Cranberry. HEX triplet: D5, 5C and 7B. RGB value is (213,92,123). Sum of RGB (Red+Green+Blue) = 213+92+123=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C7B is #2AA384. Grayscale: #838383. Windows color (decimal): -2794373 or 8084693. OLE color: 8084693.

HSL color Cylindrical-coordinate representation of color #D55C7B: hue angle of 344.63º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55C7B is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21392123-
CMYK00.570.420.16
HSL344.63º59.02%59.8%-
HSV(B)344.63º56.81%83.53%-
XYZ34.8423.2321.39-
YUV131.71123.09185.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=49.77%
G=21.50%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139212300.570.420.16344.6359.0259.8
HexD55C7B0392A101593b3c
Octal32513417307152205317374
Binary1101010110111001111011011100110101010000101011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C7B; }

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

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

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

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

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

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

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

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