Html Css Color HEX #DD959B Wewak

📋 copy color: '#DD959B'

red 221 ◦ green 149 ◦ blue 155

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

Shades of Wewak #DD959B

Tints of Wewak #DD959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.38%

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 42.1%
G = 28.38%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD959B (or 0xDD959B) is known color: Wewak. HEX triplet: DD, 95 and 9B. RGB value is (221,149,155). Sum of RGB (Red+Green+Blue) = 221+149+155=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD959B is #226A64. Grayscale: #ABABAB. Windows color (decimal): -2255461 or 10196445. OLE color: 10196445.

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

Color convert

RGB 221 149 155 -
CMYK 0 0.33 0.30 0.13
HSL 355º 0.51% 0.73% -
HSV(B) 355º 0.33% 0.87% -
XYZ 46.48 39.23 36.13 -
YUV 171.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 221 149 155 0 0.33 0.30 0.13 355 0.51 0.73
Hex DD 95 9B 0 21 1E D 163 33 49
Octal 335 225 233 0 41 36 15 543 63 111
Binary 11011101 10010101 10011011 0 100001 11110 1101 101100011 110011 1001001

Color Harmonies of #DD959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD959B

Black with #DD959B

Text Example


Text Example

White with #DD959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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