Html Css Color HEX #DD9095 Wewak

📋 copy color: '#DD9095'

red 221 ◦ green 144 ◦ blue 149

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

Shades of Wewak #DD9095

Tints of Wewak #DD9095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.02%

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

R = 43%
G = 28.02%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9095 (or 0xDD9095) is known color: Wewak. HEX triplet: DD, 90 and 95. RGB value is (221,144,149). Sum of RGB (Red+Green+Blue) = 221+144+149=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9095 is #226F6A. Grayscale: #A7A7A7. Windows color (decimal): -2256747 or 9801949. OLE color: 9801949.

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

Color convert

RGB 221 144 149 -
CMYK 0 0.35 0.33 0.13
HSL 356.1º 0.53% 0.72% -
HSV(B) 356.1º 0.35% 0.87% -
XYZ 45.22 37.49 33.29 -
YUV 167.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 221 144 149 0 0.35 0.33 0.13 356.1 0.53 0.72
Hex DD 90 95 0 23 21 D 164 35 48
Octal 335 220 225 0 43 41 15 544 65 110
Binary 11011101 10010000 10010101 0 100011 100001 1101 101100100 110101 1001000

Color Harmonies of #DD9095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9095

Black with #DD9095

Text Example


Text Example

White with #DD9095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9095; }

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

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

background-color css

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

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

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

border-color css

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

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

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