Html Css Color HEX #DD9297 Wewak

📋 copy color: '#DD9297'

red 221 ◦ green 146 ◦ blue 151

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

Shades of Wewak #DD9297

Tints of Wewak #DD9297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.19%

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

R = 42.66%
G = 28.19%
B = 29.15%

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

#DD9297 (or 0xDD9297) is known color: Wewak. HEX triplet: DD, 92 and 97. RGB value is (221,146,151). Sum of RGB (Red+Green+Blue) = 221+146+151=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9297 is #226D68. Grayscale: #A9A9A9. Windows color (decimal): -2256233 or 9933533. OLE color: 9933533.

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

Color convert

RGB 221 146 151 -
CMYK 0 0.34 0.32 0.13
HSL 356º 0.52% 0.72% -
HSV(B) 356º 0.34% 0.87% -
XYZ 45.68 38.16 34.24 -
YUV 169 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 221 146 151 0 0.34 0.32 0.13 356 0.52 0.72
Hex DD 92 97 0 22 20 D 164 34 48
Octal 335 222 227 0 42 40 15 544 64 110
Binary 11011101 10010010 10010111 0 100010 100000 1101 101100100 110100 1001000

Color Harmonies of #DD9297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9297

Black with #DD9297

Text Example


Text Example

White with #DD9297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9297; }

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

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

background-color css

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

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

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

border-color css

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

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

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