Html Css Color HEX #DD497B Cranberry

📋 copy color: '#DD497B'

red 221 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #DD497B

Tints of Cranberry #DD497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 53%
G = 17.51%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD497B (or 0xDD497B) is known color: Cranberry. HEX triplet: DD, 49 and 7B. RGB value is (221,73,123). Sum of RGB (Red+Green+Blue) = 221+73+123=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD497B is #22B684. Grayscale: #7A7A7A. Windows color (decimal): -2274949 or 8079837. OLE color: 8079837.

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

Color convert

RGB 221 73 123 -
CMYK 0 0.67 0.44 0.13
HSL 339.73º 0.69% 0.58% -
HSV(B) 339.73º 0.67% 0.87% -
XYZ 35.78 21.57 21.02 -
YUV 122.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 221 73 123 0 0.67 0.44 0.13 339.73 0.69 0.58
Hex DD 49 7B 0 43 2C D 154 45 3A
Octal 335 111 173 0 103 54 15 524 105 72
Binary 11011101 1001001 1111011 0 1000011 101100 1101 101010100 1000101 111010

Color Harmonies of #DD497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD497B

Black with #DD497B

Text Example


Text Example

White with #DD497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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