Html Css Color HEX #DD557B Cranberry

📋 copy color: '#DD557B'

red 221 ◦ green 85 ◦ blue 123

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

Shades of Cranberry #DD557B

Tints of Cranberry #DD557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 51.52%
G = 19.81%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD557B (or 0xDD557B) is known color: Cranberry. HEX triplet: DD, 55 and 7B. RGB value is (221,85,123). Sum of RGB (Red+Green+Blue) = 221+85+123=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD557B is #22AA84. Grayscale: #818181. Windows color (decimal): -2271877 or 8082909. OLE color: 8082909.

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

Color convert

RGB 221 85 123 -
CMYK 0 0.62 0.44 0.13
HSL 343.24º 0.67% 0.6% -
HSV(B) 343.24º 0.62% 0.87% -
XYZ 36.64 23.3 21.3 -
YUV 130 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 221 85 123 0 0.62 0.44 0.13 343.24 0.67 0.6
Hex DD 55 7B 0 3E 2C D 157 43 3C
Octal 335 125 173 0 76 54 15 527 103 74
Binary 11011101 1010101 1111011 0 111110 101100 1101 101010111 1000011 111100

Color Harmonies of #DD557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD557B

Black with #DD557B

Text Example


Text Example

White with #DD557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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