Html Css Color HEX #DD5080 Cranberry

📋 copy color: '#DD5080'

red 221 ◦ green 80 ◦ blue 128

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

Shades of Cranberry #DD5080

Tints of Cranberry #DD5080

RGB

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

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

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

R = 51.52%
G = 18.65%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD5080 (or 0xDD5080) is known color: Cranberry. HEX triplet: DD, 50 and 80. RGB value is (221,80,128). Sum of RGB (Red+Green+Blue) = 221+80+128=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5080 is #22AF7F. Grayscale: #7F7F7F. Windows color (decimal): -2273152 or 8409309. OLE color: 8409309.

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

Color convert

RGB 221 80 128 -
CMYK 0 0.64 0.42 0.13
HSL 339.57º 0.67% 0.59% -
HSV(B) 339.57º 0.64% 0.87% -
XYZ 36.58 22.67 22.87 -
YUV 127.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 221 80 128 0 0.64 0.42 0.13 339.57 0.67 0.59
Hex DD 50 80 0 40 2A D 154 43 3B
Octal 335 120 200 0 100 52 15 524 103 73
Binary 11011101 1010000 10000000 0 1000000 101010 1101 101010100 1000011 111011

Color Harmonies of #DD5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5080

Black with #DD5080

Text Example


Text Example

White with #DD5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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