Html Css Color HEX #DD577F Cranberry

📋 copy color: '#DD577F'

red 221 ◦ green 87 ◦ blue 127

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

Shades of Cranberry #DD577F

Tints of Cranberry #DD577F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 50.8%
G = 20%
B = 29.2%

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

#DD577F (or 0xDD577F) is known color: Cranberry. HEX triplet: DD, 57 and 7F. RGB value is (221,87,127). Sum of RGB (Red+Green+Blue) = 221+87+127=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD577F is #22A880. Grayscale: #838383. Windows color (decimal): -2271361 or 8345565. OLE color: 8345565.

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

Color convert

RGB 221 87 127 -
CMYK 0 0.61 0.43 0.13
HSL 342.09º 0.66% 0.6% -
HSV(B) 342.09º 0.61% 0.87% -
XYZ 37.06 23.72 22.7 -
YUV 131.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 221 87 127 0 0.61 0.43 0.13 342.09 0.66 0.6
Hex DD 57 7F 0 3D 2B D 156 42 3C
Octal 335 127 177 0 75 53 15 526 102 74
Binary 11011101 1010111 1111111 0 111101 101011 1101 101010110 1000010 111100

Color Harmonies of #DD577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD577F

Black with #DD577F

Text Example


Text Example

White with #DD577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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