Html Css Color HEX #DD5E79 Cranberry

📋 copy color: '#DD5E79'

red 221 ◦ green 94 ◦ blue 121

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

Shades of Cranberry #DD5E79

Tints of Cranberry #DD5E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.56%

 BLUE value IS 121 (47.66% from 255) = 27.75%

R = 50.69%
G = 21.56%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD5E79 (or 0xDD5E79) is known color: Cranberry. HEX triplet: DD, 5E and 79. RGB value is (221,94,121). Sum of RGB (Red+Green+Blue) = 221+94+121=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E79 is #22A186. Grayscale: #878787. Windows color (decimal): -2269575 or 7954141. OLE color: 7954141.

HSL color Cylindrical-coordinate representation of color #DD5E79: hue angle of 347.24º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5E79 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 121 -
CMYK 0 0.57 0.45 0.13
HSL 347.24º 0.65% 0.62% -
HSV(B) 347.24º 0.57% 0.87% -
XYZ 37.27 24.76 20.9 -
YUV 135.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 221 94 121 0 0.57 0.45 0.13 347.24 0.65 0.62
Hex DD 5E 79 0 39 2D D 15B 41 3E
Octal 335 136 171 0 71 55 15 533 101 76
Binary 11011101 1011110 1111001 0 111001 101101 1101 101011011 1000001 111110

Color Harmonies of #DD5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E79

Black with #DD5E79

Text Example


Text Example

White with #DD5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E79; }

 p { color: rgb(221,94,121); }

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

background-color css

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

 a { background-color: rgb(221,94,121); }

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

border-color css

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

 span { border-color: rgb(221,94,121); }

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