Html Css Color HEX #DD496B Cranberry

📋 copy color: '#DD496B'

red 221 ◦ green 73 ◦ blue 107

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

Shades of Cranberry #DD496B

Tints of Cranberry #DD496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 55.11%
G = 18.2%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD496B (or 0xDD496B) is known color: Cranberry. HEX triplet: DD, 49 and 6B. RGB value is (221,73,107). Sum of RGB (Red+Green+Blue) = 221+73+107=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD496B is #22B694. Grayscale: #797979. Windows color (decimal): -2274965 or 7031261. OLE color: 7031261.

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

Color convert

RGB 221 73 107 -
CMYK 0 0.67 0.52 0.13
HSL 346.22º 0.69% 0.58% -
HSV(B) 346.22º 0.67% 0.87% -
XYZ 34.86 21.2 16.16 -
YUV 121.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 221 73 107 0 0.67 0.52 0.13 346.22 0.69 0.58
Hex DD 49 6B 0 43 34 D 15A 45 3A
Octal 335 111 153 0 103 64 15 532 105 72
Binary 11011101 1001001 1101011 0 1000011 110100 1101 101011010 1000101 111010

Color Harmonies of #DD496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD496B

Black with #DD496B

Text Example


Text Example

White with #DD496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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