Html Css Color HEX #DD497A Cranberry

📋 copy color: '#DD497A'

red 221 ◦ green 73 ◦ blue 122

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

Shades of Cranberry #DD497A

Tints of Cranberry #DD497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 53.13%
G = 17.55%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD497A (or 0xDD497A) is known color: Cranberry. HEX triplet: DD, 49 and 7A. RGB value is (221,73,122). Sum of RGB (Red+Green+Blue) = 221+73+122=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD497A is #22B685. Grayscale: #7A7A7A. Windows color (decimal): -2274950 or 8014301. OLE color: 8014301.

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

Color convert

RGB 221 73 122 -
CMYK 0 0.67 0.45 0.13
HSL 340.14º 0.69% 0.58% -
HSV(B) 340.14º 0.67% 0.87% -
XYZ 35.71 21.54 20.69 -
YUV 122.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 221 73 122 0 0.67 0.45 0.13 340.14 0.69 0.58
Hex DD 49 7A 0 43 2D D 154 45 3A
Octal 335 111 172 0 103 55 15 524 105 72
Binary 11011101 1001001 1111010 0 1000011 101101 1101 101010100 1000101 111010

Color Harmonies of #DD497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD497A

Black with #DD497A

Text Example


Text Example

White with #DD497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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