Html Css Color HEX #DD5771 Cranberry

📋 copy color: '#DD5771'

red 221 ◦ green 87 ◦ blue 113

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

Shades of Cranberry #DD5771

Tints of Cranberry #DD5771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

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

R = 52.49%
G = 20.67%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD5771 (or 0xDD5771) is known color: Cranberry. HEX triplet: DD, 57 and 71. RGB value is (221,87,113). Sum of RGB (Red+Green+Blue) = 221+87+113=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5771 is #22A88E. Grayscale: #828282. Windows color (decimal): -2271375 or 7428061. OLE color: 7428061.

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

Color convert

RGB 221 87 113 -
CMYK 0 0.61 0.49 0.13
HSL 348.36º 0.66% 0.6% -
HSV(B) 348.36º 0.61% 0.87% -
XYZ 36.21 23.38 18.23 -
YUV 130.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 221 87 113 0 0.61 0.49 0.13 348.36 0.66 0.6
Hex DD 57 71 0 3D 31 D 15C 42 3C
Octal 335 127 161 0 75 61 15 534 102 74
Binary 11011101 1010111 1110001 0 111101 110001 1101 101011100 1000010 111100

Color Harmonies of #DD5771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5771

Black with #DD5771

Text Example


Text Example

White with #DD5771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5771; }

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

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

background-color css

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

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

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

border-color css

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

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

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