Html Css Color HEX #DD557F Cranberry

📋 copy color: '#DD557F'

red 221 ◦ green 85 ◦ blue 127

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

Shades of Cranberry #DD557F

Tints of Cranberry #DD557F

RGB

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

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

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

R = 51.04%
G = 19.63%
B = 29.33%

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

#DD557F (or 0xDD557F) is known color: Cranberry. HEX triplet: DD, 55 and 7F. RGB value is (221,85,127). Sum of RGB (Red+Green+Blue) = 221+85+127=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD557F is #22AA80. Grayscale: #828282. Windows color (decimal): -2271873 or 8345053. OLE color: 8345053.

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

Color convert

RGB 221 85 127 -
CMYK 0 0.62 0.43 0.13
HSL 341.47º 0.67% 0.6% -
HSV(B) 341.47º 0.62% 0.87% -
XYZ 36.9 23.4 22.65 -
YUV 130.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 221 85 127 0 0.62 0.43 0.13 341.47 0.67 0.6
Hex DD 55 7F 0 3E 2B D 155 43 3C
Octal 335 125 177 0 76 53 15 525 103 74
Binary 11011101 1010101 1111111 0 111110 101011 1101 101010101 1000011 111100

Color Harmonies of #DD557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD557F

Black with #DD557F

Text Example


Text Example

White with #DD557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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