Html Css Color HEX #DD506E Cranberry

📋 copy color: '#DD506E'

red 221 ◦ green 80 ◦ blue 110

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

Shades of Cranberry #DD506E

Tints of Cranberry #DD506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 53.77%
G = 19.46%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD506E (or 0xDD506E) is known color: Cranberry. HEX triplet: DD, 50 and 6E. RGB value is (221,80,110). Sum of RGB (Red+Green+Blue) = 221+80+110=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD506E is #22AF91. Grayscale: #7D7D7D. Windows color (decimal): -2273170 or 7229661. OLE color: 7229661.

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

Color convert

RGB 221 80 110 -
CMYK 0 0.64 0.50 0.13
HSL 347.23º 0.67% 0.59% -
HSV(B) 347.23º 0.64% 0.87% -
XYZ 35.5 22.24 17.17 -
YUV 125.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 221 80 110 0 0.64 0.50 0.13 347.23 0.67 0.59
Hex DD 50 6E 0 40 32 D 15B 43 3B
Octal 335 120 156 0 100 62 15 533 103 73
Binary 11011101 1010000 1101110 0 1000000 110010 1101 101011011 1000011 111011

Color Harmonies of #DD506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD506E

Black with #DD506E

Text Example


Text Example

White with #DD506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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