Html Css Color HEX #DD496D Cranberry

📋 copy color: '#DD496D'

red 221 ◦ green 73 ◦ blue 109

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

Shades of Cranberry #DD496D

Tints of Cranberry #DD496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.11%

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

R = 54.84%
G = 18.11%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD496D (or 0xDD496D) is known color: Cranberry. HEX triplet: DD, 49 and 6D. RGB value is (221,73,109). Sum of RGB (Red+Green+Blue) = 221+73+109=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD496D is #22B692. Grayscale: #797979. Windows color (decimal): -2274963 or 7162333. OLE color: 7162333.

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

Color convert

RGB 221 73 109 -
CMYK 0 0.67 0.51 0.13
HSL 345.41º 0.69% 0.58% -
HSV(B) 345.41º 0.67% 0.87% -
XYZ 34.96 21.24 16.73 -
YUV 121.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 221 73 109 0 0.67 0.51 0.13 345.41 0.69 0.58
Hex DD 49 6D 0 43 33 D 159 45 3A
Octal 335 111 155 0 103 63 15 531 105 72
Binary 11011101 1001001 1101101 0 1000011 110011 1101 101011001 1000101 111010

Color Harmonies of #DD496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD496D

Black with #DD496D

Text Example


Text Example

White with #DD496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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