Html Css Color HEX #DD577C Cranberry

📋 copy color: '#DD577C'

red 221 ◦ green 87 ◦ blue 124

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

Shades of Cranberry #DD577C

Tints of Cranberry #DD577C

RGB

 RED value IS 221 (86.72% from 255) = 51.16%

 GREEN value IS 87 (34.38% from 255) = 20.14%

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

R = 51.16%
G = 20.14%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD577C (or 0xDD577C) is known color: Cranberry. HEX triplet: DD, 57 and 7C. RGB value is (221,87,124). Sum of RGB (Red+Green+Blue) = 221+87+124=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD577C is #22A883. Grayscale: #838383. Windows color (decimal): -2271364 or 8148957. OLE color: 8148957.

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

Color convert

RGB 221 87 124 -
CMYK 0 0.61 0.44 0.13
HSL 343.43º 0.66% 0.6% -
HSV(B) 343.43º 0.61% 0.87% -
XYZ 36.87 23.64 21.69 -
YUV 131.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 221 87 124 0 0.61 0.44 0.13 343.43 0.66 0.6
Hex DD 57 7C 0 3D 2C D 157 42 3C
Octal 335 127 174 0 75 54 15 527 102 74
Binary 11011101 1010111 1111100 0 111101 101100 1101 101010111 1000010 111100

Color Harmonies of #DD577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD577C

Black with #DD577C

Text Example


Text Example

White with #DD577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD577C; }

 p { color: rgb(221,87,124); }

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

background-color css

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

 a { background-color: rgb(221,87,124); }

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

border-color css

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

 span { border-color: rgb(221,87,124); }

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