Html Css Color HEX #DD557A Cranberry

📋 copy color: '#DD557A'

red 221 ◦ green 85 ◦ blue 122

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

Shades of Cranberry #DD557A

Tints of Cranberry #DD557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 51.64%
G = 19.86%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD557A (or 0xDD557A) is known color: Cranberry. HEX triplet: DD, 55 and 7A. RGB value is (221,85,122). Sum of RGB (Red+Green+Blue) = 221+85+122=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD557A is #22AA85. Grayscale: #818181. Windows color (decimal): -2271878 or 8017373. OLE color: 8017373.

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

Color convert

RGB 221 85 122 -
CMYK 0 0.62 0.45 0.13
HSL 343.68º 0.67% 0.6% -
HSV(B) 343.68º 0.62% 0.87% -
XYZ 36.58 23.27 20.98 -
YUV 129.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 221 85 122 0 0.62 0.45 0.13 343.68 0.67 0.6
Hex DD 55 7A 0 3E 2D D 158 43 3C
Octal 335 125 172 0 76 55 15 530 103 74
Binary 11011101 1010101 1111010 0 111110 101101 1101 101011000 1000011 111100

Color Harmonies of #DD557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD557A

Black with #DD557A

Text Example


Text Example

White with #DD557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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