Html Css Color HEX #DD9197 Wewak

📋 copy color: '#DD9197'

red 221 ◦ green 145 ◦ blue 151

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

Shades of Wewak #DD9197

Tints of Wewak #DD9197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.05%

 BLUE value IS 151 (59.38% from 255) = 29.21%

R = 42.75%
G = 28.05%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD9197 (or 0xDD9197) is known color: Wewak. HEX triplet: DD, 91 and 97. RGB value is (221,145,151). Sum of RGB (Red+Green+Blue) = 221+145+151=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9197 is #226E68. Grayscale: #A8A8A8. Windows color (decimal): -2256489 or 9933277. OLE color: 9933277.

HSL color Cylindrical-coordinate representation of color #DD9197: hue angle of 355.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9197 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 151 -
CMYK 0 0.34 0.32 0.13
HSL 355.26º 0.53% 0.72% -
HSV(B) 355.26º 0.34% 0.87% -
XYZ 45.53 37.86 34.19 -
YUV 168.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 221 145 151 0 0.34 0.32 0.13 355.26 0.53 0.72
Hex DD 91 97 0 22 20 D 163 35 48
Octal 335 221 227 0 42 40 15 543 65 110
Binary 11011101 10010001 10010111 0 100010 100000 1101 101100011 110101 1001000

Color Harmonies of #DD9197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9197

Black with #DD9197

Text Example


Text Example

White with #DD9197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9197; }

 p { color: rgb(221,145,151); }

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

background-color css

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

 a { background-color: rgb(221,145,151); }

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

border-color css

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

 span { border-color: rgb(221,145,151); }

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