Html Css Color HEX #DD5971 Cranberry

📋 copy color: '#DD5971'

red 221 ◦ green 89 ◦ blue 113

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

Shades of Cranberry #DD5971

Tints of Cranberry #DD5971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

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

R = 52.25%
G = 21.04%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD5971 (or 0xDD5971) is known color: Cranberry. HEX triplet: DD, 59 and 71. RGB value is (221,89,113). Sum of RGB (Red+Green+Blue) = 221+89+113=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5971 is #22A68E. Grayscale: #838383. Windows color (decimal): -2270863 or 7428573. OLE color: 7428573.

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

Color convert

RGB 221 89 113 -
CMYK 0 0.60 0.49 0.13
HSL 349.09º 0.66% 0.61% -
HSV(B) 349.09º 0.6% 0.87% -
XYZ 36.37 23.71 18.28 -
YUV 131.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 221 89 113 0 0.60 0.49 0.13 349.09 0.66 0.61
Hex DD 59 71 0 3C 31 D 15D 42 3D
Octal 335 131 161 0 74 61 15 535 102 75
Binary 11011101 1011001 1110001 0 111100 110001 1101 101011101 1000010 111101

Color Harmonies of #DD5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5971

Black with #DD5971

Text Example


Text Example

White with #DD5971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5971; }

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

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

background-color css

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

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

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

border-color css

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

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

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