Html Css Color HEX #DD496F Cranberry

📋 copy color: '#DD496F'

red 221 ◦ green 73 ◦ blue 111

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

Shades of Cranberry #DD496F

Tints of Cranberry #DD496F

RGB

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

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

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

R = 54.57%
G = 18.02%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD496F (or 0xDD496F) is known color: Cranberry. HEX triplet: DD, 49 and 6F. RGB value is (221,73,111). Sum of RGB (Red+Green+Blue) = 221+73+111=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD496F is #22B690. Grayscale: #797979. Windows color (decimal): -2274961 or 7293405. OLE color: 7293405.

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

Color convert

RGB 221 73 111 -
CMYK 0 0.67 0.50 0.13
HSL 344.59º 0.69% 0.58% -
HSV(B) 344.59º 0.67% 0.87% -
XYZ 35.07 21.28 17.3 -
YUV 121.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 221 73 111 0 0.67 0.50 0.13 344.59 0.69 0.58
Hex DD 49 6F 0 43 32 D 159 45 3A
Octal 335 111 157 0 103 62 15 531 105 72
Binary 11011101 1001001 1101111 0 1000011 110010 1101 101011001 1000101 111010

Color Harmonies of #DD496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD496F

Black with #DD496F

Text Example


Text Example

White with #DD496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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