Html Css Color HEX #DF8F95 Wewak

📋 copy color: '#DF8F95'

red 223 ◦ green 143 ◦ blue 149

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

Shades of Wewak #DF8F95

Tints of Wewak #DF8F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

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

R = 43.3%
G = 27.77%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF8F95 (or 0xDF8F95) is known color: Wewak. HEX triplet: DF, 8F and 95. RGB value is (223,143,149). Sum of RGB (Red+Green+Blue) = 223+143+149=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F95 is #20706A. Grayscale: #A7A7A7. Windows color (decimal): -2125931 or 9801695. OLE color: 9801695.

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

Color convert

RGB 223 143 149 -
CMYK 0 0.36 0.33 0.13
HSL 355.5º 0.56% 0.72% -
HSV(B) 355.5º 0.36% 0.87% -
XYZ 45.68 37.5 33.27 -
YUV 167.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 223 143 149 0 0.36 0.33 0.13 355.5 0.56 0.72
Hex DF 8F 95 0 24 21 D 164 38 48
Octal 337 217 225 0 44 41 15 544 70 110
Binary 11011111 10001111 10010101 0 100100 100001 1101 101100100 111000 1001000

Color Harmonies of #DF8F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F95

Black with #DF8F95

Text Example


Text Example

White with #DF8F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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