Html Css Color HEX #DD5280 Cranberry

📋 copy color: '#DD5280'

red 221 ◦ green 82 ◦ blue 128

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

Shades of Cranberry #DD5280

Tints of Cranberry #DD5280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

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

R = 51.28%
G = 19.03%
B = 29.7%

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

#DD5280 (or 0xDD5280) is known color: Cranberry. HEX triplet: DD, 52 and 80. RGB value is (221,82,128). Sum of RGB (Red+Green+Blue) = 221+82+128=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5280 is #22AD7F. Grayscale: #808080. Windows color (decimal): -2272640 or 8409821. OLE color: 8409821.

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

Color convert

RGB 221 82 128 -
CMYK 0 0.63 0.42 0.13
HSL 340.14º 0.67% 0.59% -
HSV(B) 340.14º 0.63% 0.87% -
XYZ 36.73 22.97 22.92 -
YUV 128.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 221 82 128 0 0.63 0.42 0.13 340.14 0.67 0.59
Hex DD 52 80 0 3F 2A D 154 43 3B
Octal 335 122 200 0 77 52 15 524 103 73
Binary 11011101 1010010 10000000 0 111111 101010 1101 101010100 1000011 111011

Color Harmonies of #DD5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5280

Black with #DD5280

Text Example


Text Example

White with #DD5280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5280; }

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

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

background-color css

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

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

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

border-color css

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

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

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