#DF527F

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

Shades of Cranberry #DF527F

Tints of Cranberry #DF527F

Color information

#DF527F (or 0xDF527F) is unknown color: approx Cranberry. HEX triplet: DF, 52 and 7F. RGB value is (223,82,127). Sum of RGB (Red+Green+Blue) = 223+82+127=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF527F is #20AD80. Grayscale: #818181. Windows color (decimal): -2141569 or 8344287. OLE color: 8344287.

HSL color Cylindrical-coordinate representation of color #DF527F: hue angle of 340.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF527F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22382127-
CMYK00.630.430.13
HSL340.85º68.78%59.8%-
HSV(B)340.85º63.23%87.45%-
XYZ37.2823.2522.6-
YUV129.29126.71194.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 127 (50% from 255) = 29.40%
R=51.62%
G=18.98%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238212700.630.430.13340.8568.7859.8
HexDF527F03F2BD155453c
Octal337122177077531552510574
Binary1101111110100101111111011111110101111011010101011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF527F; }

 p { color: rgb(223,82,127); }

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

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

 a { background-color: rgb(223,82,127); }

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

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

 span { border-color: rgb(223,82,127); }

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