Html Css Color HEX #DD556F Cranberry

📋 copy color: '#DD556F'

red 221 ◦ green 85 ◦ blue 111

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

Shades of Cranberry #DD556F

Tints of Cranberry #DD556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.62%

R = 53%
G = 20.38%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD556F (or 0xDD556F) is known color: Cranberry. HEX triplet: DD, 55 and 6F. RGB value is (221,85,111). Sum of RGB (Red+Green+Blue) = 221+85+111=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD556F is #22AA90. Grayscale: #808080. Windows color (decimal): -2271889 or 7296477. OLE color: 7296477.

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

Color convert

RGB 221 85 111 -
CMYK 0 0.62 0.50 0.13
HSL 348.53º 0.67% 0.6% -
HSV(B) 348.53º 0.62% 0.87% -
XYZ 35.94 23.02 17.59 -
YUV 128.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 221 85 111 0 0.62 0.50 0.13 348.53 0.67 0.6
Hex DD 55 6F 0 3E 32 D 15D 43 3C
Octal 335 125 157 0 76 62 15 535 103 74
Binary 11011101 1010101 1101111 0 111110 110010 1101 101011101 1000011 111100

Color Harmonies of #DD556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD556F

Black with #DD556F

Text Example


Text Example

White with #DD556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD556F; }

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

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

background-color css

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

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

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

border-color css

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

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

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