Html Css Color HEX #DF8F99 Wewak

📋 copy color: '#DF8F99'

red 223 ◦ green 143 ◦ blue 153

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

Shades of Wewak #DF8F99

Tints of Wewak #DF8F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.48%

R = 42.97%
G = 27.55%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF8F99 (or 0xDF8F99) is known color: Wewak. HEX triplet: DF, 8F and 99. RGB value is (223,143,153). Sum of RGB (Red+Green+Blue) = 223+143+153=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F99 is #207066. Grayscale: #A8A8A8. Windows color (decimal): -2125927 or 10063839. OLE color: 10063839.

HSL color Cylindrical-coordinate representation of color #DF8F99: hue angle of 352.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 #DF8F99 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 143 153 -
CMYK 0 0.36 0.31 0.13
HSL 352.5º 0.56% 0.72% -
HSV(B) 352.5º 0.36% 0.87% -
XYZ 46 37.63 34.98 -
YUV 168.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 223 143 153 0 0.36 0.31 0.13 352.5 0.56 0.72
Hex DF 8F 99 0 24 1F D 160 38 48
Octal 337 217 231 0 44 37 15 540 70 110
Binary 11011111 10001111 10011001 0 100100 11111 1101 101100000 111000 1001000

Color Harmonies of #DF8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F99

Black with #DF8F99

Text Example


Text Example

White with #DF8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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