Html Css Color HEX #DD5071 Cranberry

📋 copy color: '#DD5071'

red 221 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #DD5071

Tints of Cranberry #DD5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 53.38%
G = 19.32%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD5071 (or 0xDD5071) is known color: Cranberry. HEX triplet: DD, 50 and 71. RGB value is (221,80,113). Sum of RGB (Red+Green+Blue) = 221+80+113=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5071 is #22AF8E. Grayscale: #7D7D7D. Windows color (decimal): -2273167 or 7426269. OLE color: 7426269.

HSL color Cylindrical-coordinate representation of color #DD5071: hue angle of 345.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5071 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 113 -
CMYK 0 0.64 0.49 0.13
HSL 345.96º 0.67% 0.59% -
HSV(B) 345.96º 0.64% 0.87% -
XYZ 35.67 22.3 18.05 -
YUV 125.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 221 80 113 0 0.64 0.49 0.13 345.96 0.67 0.59
Hex DD 50 71 0 40 31 D 15A 43 3B
Octal 335 120 161 0 100 61 15 532 103 73
Binary 11011101 1010000 1110001 0 1000000 110001 1101 101011010 1000011 111011

Color Harmonies of #DD5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5071

Black with #DD5071

Text Example


Text Example

White with #DD5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5071; }

 p { color: rgb(221,80,113); }

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

background-color css

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

 a { background-color: rgb(221,80,113); }

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

border-color css

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

 span { border-color: rgb(221,80,113); }

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