Html Css Color HEX #DF557E Cranberry

📋 copy color: '#DF557E'

red 223 ◦ green 85 ◦ blue 126

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

Shades of Cranberry #DF557E

Tints of Cranberry #DF557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 51.38%
G = 19.59%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF557E (or 0xDF557E) is known color: Cranberry. HEX triplet: DF, 55 and 7E. RGB value is (223,85,126). Sum of RGB (Red+Green+Blue) = 223+85+126=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF557E is #20AA81. Grayscale: #828282. Windows color (decimal): -2140802 or 8279519. OLE color: 8279519.

HSL color Cylindrical-coordinate representation of color #DF557E: hue angle of 342.17º 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 #DF557E is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 126 -
CMYK 0 0.62 0.43 0.13
HSL 342.17º 0.68% 0.6% -
HSV(B) 342.17º 0.62% 0.87% -
XYZ 37.45 23.69 22.34 -
YUV 130.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 223 85 126 0 0.62 0.43 0.13 342.17 0.68 0.6
Hex DF 55 7E 0 3E 2B D 156 44 3C
Octal 337 125 176 0 76 53 15 526 104 74
Binary 11011111 1010101 1111110 0 111110 101011 1101 101010110 1000100 111100

Color Harmonies of #DF557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF557E

Black with #DF557E

Text Example


Text Example

White with #DF557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF557E; }

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

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

background-color css

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

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

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

border-color css

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

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

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