Html Css Color HEX #DD5180 Cranberry

📋 copy color: '#DD5180'

red 221 ◦ green 81 ◦ blue 128

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

Shades of Cranberry #DD5180

Tints of Cranberry #DD5180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.84%

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 51.4%
G = 18.84%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD5180 (or 0xDD5180) is known color: Cranberry. HEX triplet: DD, 51 and 80. RGB value is (221,81,128). Sum of RGB (Red+Green+Blue) = 221+81+128=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5180 is #22AE7F. Grayscale: #808080. Windows color (decimal): -2272896 or 8409565. OLE color: 8409565.

HSL color Cylindrical-coordinate representation of color #DD5180: hue angle of 339.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5180 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 128 -
CMYK 0 0.63 0.42 0.13
HSL 339.86º 0.67% 0.59% -
HSV(B) 339.86º 0.63% 0.87% -
XYZ 36.66 22.82 22.89 -
YUV 128.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 221 81 128 0 0.63 0.42 0.13 339.86 0.67 0.59
Hex DD 51 80 0 3F 2A D 154 43 3B
Octal 335 121 200 0 77 52 15 524 103 73
Binary 11011101 1010001 10000000 0 111111 101010 1101 101010100 1000011 111011

Color Harmonies of #DD5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5180

Black with #DD5180

Text Example


Text Example

White with #DD5180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5180; }

 p { color: rgb(221,81,128); }

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

background-color css

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

 a { background-color: rgb(221,81,128); }

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

border-color css

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

 span { border-color: rgb(221,81,128); }

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