#D55C7D

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

Shades of Cranberry #D55C7D

Tints of Cranberry #D55C7D

Color information

#D55C7D (or 0xD55C7D) is unknown color: approx Cranberry. HEX triplet: D5, 5C and 7D. RGB value is (213,92,125). Sum of RGB (Red+Green+Blue) = 213+92+125=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C7D is #2AA382. Grayscale: #838383. Windows color (decimal): -2794371 or 8215765. OLE color: 8215765.

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

Color convert

RGB21392125-
CMYK00.570.410.16
HSL343.64º59.02%59.8%-
HSV(B)343.64º56.81%83.53%-
XYZ34.9723.2822.05-
YUV131.94124.09185.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=49.53%
G=21.40%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139212500.570.410.16343.6459.0259.8
HexD55C7D03929101583b3c
Octal32513417507151205307374
Binary1101010110111001111101011100110100110000101011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C7D; }

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

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

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

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

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

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

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

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