Html Css Color HEX #DD5081 Cranberry

📋 copy color: '#DD5081'

red 221 ◦ green 80 ◦ blue 129

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

Shades of Cranberry #DD5081

Tints of Cranberry #DD5081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30%

R = 51.4%
G = 18.6%
B = 30%

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

#DD5081 (or 0xDD5081) is known color: Cranberry. HEX triplet: DD, 50 and 81. RGB value is (221,80,129). Sum of RGB (Red+Green+Blue) = 221+80+129=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5081 is #22AF7E. Grayscale: #7F7F7F. Windows color (decimal): -2273151 or 8474845. OLE color: 8474845.

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

Color convert

RGB 221 80 129 -
CMYK 0 0.64 0.42 0.13
HSL 339.15º 0.67% 0.59% -
HSV(B) 339.15º 0.64% 0.87% -
XYZ 36.65 22.69 23.22 -
YUV 127.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 221 80 129 0 0.64 0.42 0.13 339.15 0.67 0.59
Hex DD 50 81 0 40 2A D 153 43 3B
Octal 335 120 201 0 100 52 15 523 103 73
Binary 11011101 1010000 10000001 0 1000000 101010 1101 101010011 1000011 111011

Color Harmonies of #DD5081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5081

Black with #DD5081

Text Example


Text Example

White with #DD5081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5081; }

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

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

background-color css

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

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

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

border-color css

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

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

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