Html Css Color HEX #DD516F Cranberry

📋 copy color: '#DD516F'

red 221 ◦ green 81 ◦ blue 111

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

Shades of Cranberry #DD516F

Tints of Cranberry #DD516F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 53.51%
G = 19.61%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD516F (or 0xDD516F) is known color: Cranberry. HEX triplet: DD, 51 and 6F. RGB value is (221,81,111). Sum of RGB (Red+Green+Blue) = 221+81+111=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD516F is #22AE90. Grayscale: #7E7E7E. Windows color (decimal): -2272913 or 7295453. OLE color: 7295453.

HSL color Cylindrical-coordinate representation of color #DD516F: hue angle of 347.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD516F is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 111 -
CMYK 0 0.63 0.50 0.13
HSL 347.14º 0.67% 0.59% -
HSV(B) 347.14º 0.63% 0.87% -
XYZ 35.63 22.4 17.49 -
YUV 126.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 221 81 111 0 0.63 0.50 0.13 347.14 0.67 0.59
Hex DD 51 6F 0 3F 32 D 15B 43 3B
Octal 335 121 157 0 77 62 15 533 103 73
Binary 11011101 1010001 1101111 0 111111 110010 1101 101011011 1000011 111011

Color Harmonies of #DD516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD516F

Black with #DD516F

Text Example


Text Example

White with #DD516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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