Html Css Color HEX #DD577D Cranberry

📋 copy color: '#DD577D'

red 221 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #DD577D

Tints of Cranberry #DD577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 51.04%
G = 20.09%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD577D (or 0xDD577D) is known color: Cranberry. HEX triplet: DD, 57 and 7D. RGB value is (221,87,125). Sum of RGB (Red+Green+Blue) = 221+87+125=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD577D is #22A882. Grayscale: #838383. Windows color (decimal): -2271363 or 8214493. OLE color: 8214493.

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

Color convert

RGB 221 87 125 -
CMYK 0 0.61 0.43 0.13
HSL 342.99º 0.66% 0.6% -
HSV(B) 342.99º 0.61% 0.87% -
XYZ 36.93 23.67 22.02 -
YUV 131.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 221 87 125 0 0.61 0.43 0.13 342.99 0.66 0.6
Hex DD 57 7D 0 3D 2B D 157 42 3C
Octal 335 127 175 0 75 53 15 527 102 74
Binary 11011101 1010111 1111101 0 111101 101011 1101 101010111 1000010 111100

Color Harmonies of #DD577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD577D

Black with #DD577D

Text Example


Text Example

White with #DD577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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