Html Css Color HEX #DD506F Cranberry

📋 copy color: '#DD506F'

red 221 ◦ green 80 ◦ blue 111

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

Shades of Cranberry #DD506F

Tints of Cranberry #DD506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 53.64%
G = 19.42%
B = 26.94%

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

#DD506F (or 0xDD506F) is known color: Cranberry. HEX triplet: DD, 50 and 6F. RGB value is (221,80,111). Sum of RGB (Red+Green+Blue) = 221+80+111=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD506F is #22AF90. Grayscale: #7D7D7D. Windows color (decimal): -2273169 or 7295197. OLE color: 7295197.

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

Color convert

RGB 221 80 111 -
CMYK 0 0.64 0.50 0.13
HSL 346.81º 0.67% 0.59% -
HSV(B) 346.81º 0.64% 0.87% -
XYZ 35.56 22.26 17.46 -
YUV 125.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 221 80 111 0 0.64 0.50 0.13 346.81 0.67 0.59
Hex DD 50 6F 0 40 32 D 15B 43 3B
Octal 335 120 157 0 100 62 15 533 103 73
Binary 11011101 1010000 1101111 0 1000000 110010 1101 101011011 1000011 111011

Color Harmonies of #DD506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD506F

Black with #DD506F

Text Example


Text Example

White with #DD506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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