Html Css Color HEX #DD9799 Wewak

📋 copy color: '#DD9799'

red 221 ◦ green 151 ◦ blue 153

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

Shades of Wewak #DD9799

Tints of Wewak #DD9799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.76%

 BLUE value IS 153 (60.16% from 255) = 29.14%

R = 42.1%
G = 28.76%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD9799 (or 0xDD9799) is known color: Wewak. HEX triplet: DD, 97 and 99. RGB value is (221,151,153). Sum of RGB (Red+Green+Blue) = 221+151+153=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9799 is #226866. Grayscale: #ACACAC. Windows color (decimal): -2254951 or 10065885. OLE color: 10065885.

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

Color convert

RGB 221 151 153 -
CMYK 0 0.32 0.31 0.13
HSL 358.29º 0.51% 0.73% -
HSV(B) 358.29º 0.32% 0.87% -
XYZ 46.64 39.81 35.36 -
YUV 172.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 221 151 153 0 0.32 0.31 0.13 358.29 0.51 0.73
Hex DD 97 99 0 20 1F D 166 33 49
Octal 335 227 231 0 40 37 15 546 63 111
Binary 11011101 10010111 10011001 0 100000 11111 1101 101100110 110011 1001001

Color Harmonies of #DD9799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9799

Black with #DD9799

Text Example


Text Example

White with #DD9799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9799; }

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

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

background-color css

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

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

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

border-color css

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

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

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