Html Css Color HEX #DD496E Cranberry

📋 copy color: '#DD496E'

red 221 ◦ green 73 ◦ blue 110

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

Shades of Cranberry #DD496E

Tints of Cranberry #DD496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 54.7%
G = 18.07%
B = 27.23%

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

#DD496E (or 0xDD496E) is known color: Cranberry. HEX triplet: DD, 49 and 6E. RGB value is (221,73,110). Sum of RGB (Red+Green+Blue) = 221+73+110=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD496E is #22B691. Grayscale: #797979. Windows color (decimal): -2274962 or 7227869. OLE color: 7227869.

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

Color convert

RGB 221 73 110 -
CMYK 0 0.67 0.50 0.13
HSL 345º 0.69% 0.58% -
HSV(B) 345º 0.67% 0.87% -
XYZ 35.02 21.26 17.01 -
YUV 121.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 221 73 110 0 0.67 0.50 0.13 345 0.69 0.58
Hex DD 49 6E 0 43 32 D 159 45 3A
Octal 335 111 156 0 103 62 15 531 105 72
Binary 11011101 1001001 1101110 0 1000011 110010 1101 101011001 1000101 111010

Color Harmonies of #DD496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD496E

Black with #DD496E

Text Example


Text Example

White with #DD496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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