Html Css Color HEX #DF959D Wewak

📋 copy color: '#DF959D'

red 223 ◦ green 149 ◦ blue 157

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

Shades of Wewak #DF959D

Tints of Wewak #DF959D

RGB

 RED value IS 223 (87.5% from 255) = 42.16%

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

 BLUE value IS 157 (61.72% from 255) = 29.68%

R = 42.16%
G = 28.17%
B = 29.68%

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

#DF959D (or 0xDF959D) is known color: Wewak. HEX triplet: DF, 95 and 9D. RGB value is (223,149,157). Sum of RGB (Red+Green+Blue) = 223+149+157=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF959D is #206A62. Grayscale: #ACACAC. Windows color (decimal): -2124387 or 10327519. OLE color: 10327519.

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

Color convert

RGB 223 149 157 -
CMYK 0 0.33 0.30 0.13
HSL 353.51º 0.54% 0.73% -
HSV(B) 353.51º 0.33% 0.87% -
XYZ 47.26 39.62 37.05 -
YUV 172.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 223 149 157 0 0.33 0.30 0.13 353.51 0.54 0.73
Hex DF 95 9D 0 21 1E D 162 36 49
Octal 337 225 235 0 41 36 15 542 66 111
Binary 11011111 10010101 10011101 0 100001 11110 1101 101100010 110110 1001001

Color Harmonies of #DF959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF959D

Black with #DF959D

Text Example


Text Example

White with #DF959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF959D; }

 p { color: rgb(223,149,157); }

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

background-color css

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

 a { background-color: rgb(223,149,157); }

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

border-color css

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

 span { border-color: rgb(223,149,157); }

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