Html Css Color HEX #DD5079 Cranberry

📋 copy color: '#DD5079'

red 221 ◦ green 80 ◦ blue 121

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

Shades of Cranberry #DD5079

Tints of Cranberry #DD5079

RGB

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

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

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

R = 52.37%
G = 18.96%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD5079 (or 0xDD5079) is known color: Cranberry. HEX triplet: DD, 50 and 79. RGB value is (221,80,121). Sum of RGB (Red+Green+Blue) = 221+80+121=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5079 is #22AF86. Grayscale: #7E7E7E. Windows color (decimal): -2273159 or 7950557. OLE color: 7950557.

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

Color convert

RGB 221 80 121 -
CMYK 0 0.64 0.45 0.13
HSL 342.55º 0.67% 0.59% -
HSV(B) 342.55º 0.64% 0.87% -
XYZ 36.14 22.49 20.53 -
YUV 126.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 221 80 121 0 0.64 0.45 0.13 342.55 0.67 0.59
Hex DD 50 79 0 40 2D D 157 43 3B
Octal 335 120 171 0 100 55 15 527 103 73
Binary 11011101 1010000 1111001 0 1000000 101101 1101 101010111 1000011 111011

Color Harmonies of #DD5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5079

Black with #DD5079

Text Example


Text Example

White with #DD5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5079; }

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

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

background-color css

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

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

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

border-color css

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

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

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