Html Css Color HEX #DD5879 Cranberry

📋 copy color: '#DD5879'

red 221 ◦ green 88 ◦ blue 121

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

Shades of Cranberry #DD5879

Tints of Cranberry #DD5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.47%

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

R = 51.4%
G = 20.47%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD5879 (or 0xDD5879) is known color: Cranberry. HEX triplet: DD, 58 and 79. RGB value is (221,88,121). Sum of RGB (Red+Green+Blue) = 221+88+121=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5879 is #22A786. Grayscale: #838383. Windows color (decimal): -2271111 or 7952605. OLE color: 7952605.

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

Color convert

RGB 221 88 121 -
CMYK 0 0.60 0.45 0.13
HSL 345.11º 0.66% 0.61% -
HSV(B) 345.11º 0.6% 0.87% -
XYZ 36.76 23.73 20.73 -
YUV 131.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 221 88 121 0 0.60 0.45 0.13 345.11 0.66 0.61
Hex DD 58 79 0 3C 2D D 159 42 3D
Octal 335 130 171 0 74 55 15 531 102 75
Binary 11011101 1011000 1111001 0 111100 101101 1101 101011001 1000010 111101

Color Harmonies of #DD5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5879

Black with #DD5879

Text Example


Text Example

White with #DD5879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5879; }

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

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

background-color css

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

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

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

border-color css

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

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

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