Html Css Color HEX #DD5072 Cranberry

📋 copy color: '#DD5072'

red 221 ◦ green 80 ◦ blue 114

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

Shades of Cranberry #DD5072

Tints of Cranberry #DD5072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 53.25%
G = 19.28%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5072 (or 0xDD5072) is known color: Cranberry. HEX triplet: DD, 50 and 72. RGB value is (221,80,114). Sum of RGB (Red+Green+Blue) = 221+80+114=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5072 is #22AF8D. Grayscale: #7E7E7E. Windows color (decimal): -2273166 or 7491805. OLE color: 7491805.

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

Color convert

RGB 221 80 114 -
CMYK 0 0.64 0.48 0.13
HSL 345.53º 0.67% 0.59% -
HSV(B) 345.53º 0.64% 0.87% -
XYZ 35.72 22.32 18.35 -
YUV 126.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 221 80 114 0 0.64 0.48 0.13 345.53 0.67 0.59
Hex DD 50 72 0 40 30 D 15A 43 3B
Octal 335 120 162 0 100 60 15 532 103 73
Binary 11011101 1010000 1110010 0 1000000 110000 1101 101011010 1000011 111011

Color Harmonies of #DD5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5072

Black with #DD5072

Text Example


Text Example

White with #DD5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5072; }

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

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

background-color css

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

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

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

border-color css

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

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

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