Html Css Color HEX #DD9195 Wewak

📋 copy color: '#DD9195'

red 221 ◦ green 145 ◦ blue 149

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

Shades of Wewak #DD9195

Tints of Wewak #DD9195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 42.91%
G = 28.16%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9195 (or 0xDD9195) is known color: Wewak. HEX triplet: DD, 91 and 95. RGB value is (221,145,149). Sum of RGB (Red+Green+Blue) = 221+145+149=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9195 is #226E6A. Grayscale: #A8A8A8. Windows color (decimal): -2256491 or 9802205. OLE color: 9802205.

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

Color convert

RGB 221 145 149 -
CMYK 0 0.34 0.33 0.13
HSL 356.84º 0.53% 0.72% -
HSV(B) 356.84º 0.34% 0.87% -
XYZ 45.37 37.79 33.34 -
YUV 168.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 221 145 149 0 0.34 0.33 0.13 356.84 0.53 0.72
Hex DD 91 95 0 22 21 D 165 35 48
Octal 335 221 225 0 42 41 15 545 65 110
Binary 11011101 10010001 10010101 0 100010 100001 1101 101100101 110101 1001000

Color Harmonies of #DD9195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9195

Black with #DD9195

Text Example


Text Example

White with #DD9195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9195; }

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

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

background-color css

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

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

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

border-color css

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

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

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