Html Css Color HEX #DD516C Cranberry

📋 copy color: '#DD516C'

red 221 ◦ green 81 ◦ blue 108

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

Shades of Cranberry #DD516C

Tints of Cranberry #DD516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 53.9%
G = 19.76%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD516C (or 0xDD516C) is known color: Cranberry. HEX triplet: DD, 51 and 6C. RGB value is (221,81,108). Sum of RGB (Red+Green+Blue) = 221+81+108=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD516C is #22AE93. Grayscale: #7D7D7D. Windows color (decimal): -2272916 or 7098845. OLE color: 7098845.

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

Color convert

RGB 221 81 108 -
CMYK 0 0.63 0.51 0.13
HSL 348.43º 0.67% 0.59% -
HSV(B) 348.43º 0.63% 0.87% -
XYZ 35.47 22.34 16.63 -
YUV 125.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 221 81 108 0 0.63 0.51 0.13 348.43 0.67 0.59
Hex DD 51 6C 0 3F 33 D 15C 43 3B
Octal 335 121 154 0 77 63 15 534 103 73
Binary 11011101 1010001 1101100 0 111111 110011 1101 101011100 1000011 111011

Color Harmonies of #DD516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD516C

Black with #DD516C

Text Example


Text Example

White with #DD516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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