Html Css Color HEX #DF557C Cranberry

📋 copy color: '#DF557C'

red 223 ◦ green 85 ◦ blue 124

#DF557C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #DF557C

Tints of Cranberry #DF557C

RGB

 RED value IS 223 (87.5% from 255) = 51.62%

 GREEN value IS 85 (33.59% from 255) = 19.68%

 BLUE value IS 124 (48.83% from 255) = 28.7%

R = 51.62%
G = 19.68%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF557C (or 0xDF557C) is known color: Cranberry. HEX triplet: DF, 55 and 7C. RGB value is (223,85,124). Sum of RGB (Red+Green+Blue) = 223+85+124=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF557C is #20AA83. Grayscale: #828282. Windows color (decimal): -2140804 or 8148447. OLE color: 8148447.

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

Color convert

RGB 223 85 124 -
CMYK 0 0.62 0.44 0.13
HSL 343.04º 0.68% 0.6% -
HSV(B) 343.04º 0.62% 0.87% -
XYZ 37.32 23.64 21.66 -
YUV 130.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 223 85 124 0 0.62 0.44 0.13 343.04 0.68 0.6
Hex DF 55 7C 0 3E 2C D 157 44 3C
Octal 337 125 174 0 76 54 15 527 104 74
Binary 11011111 1010101 1111100 0 111110 101100 1101 101010111 1000100 111100

Color Harmonies of #DF557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF557C

Black with #DF557C

Text Example


Text Example

White with #DF557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF557C; }

 p { color: rgb(223,85,124); }

 H1.HeaderClassName
 {
   color: #DF557C;
 }
 .AnyTagClassName
 {
   color: #DF557C;
 }
</style>

background-color css

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

 a { background-color: rgb(223,85,124); }

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

border-color css

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

 span { border-color: rgb(223,85,124); }

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