Html Css Color HEX #DD506D Cranberry

📋 copy color: '#DD506D'

red 221 ◦ green 80 ◦ blue 109

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

Shades of Cranberry #DD506D

Tints of Cranberry #DD506D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 53.9%
G = 19.51%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD506D (or 0xDD506D) is known color: Cranberry. HEX triplet: DD, 50 and 6D. RGB value is (221,80,109). Sum of RGB (Red+Green+Blue) = 221+80+109=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD506D is #22AF92. Grayscale: #7D7D7D. Windows color (decimal): -2273171 or 7164125. OLE color: 7164125.

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

Color convert

RGB 221 80 109 -
CMYK 0 0.64 0.51 0.13
HSL 347.66º 0.67% 0.59% -
HSV(B) 347.66º 0.64% 0.87% -
XYZ 35.45 22.21 16.89 -
YUV 125.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 221 80 109 0 0.64 0.51 0.13 347.66 0.67 0.59
Hex DD 50 6D 0 40 33 D 15C 43 3B
Octal 335 120 155 0 100 63 15 534 103 73
Binary 11011101 1010000 1101101 0 1000000 110011 1101 101011100 1000011 111011

Color Harmonies of #DD506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD506D

Black with #DD506D

Text Example


Text Example

White with #DD506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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