Html Css Color HEX #DF99A0 Wewak

📋 copy color: '#DF99A0'

red 223 ◦ green 153 ◦ blue 160

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

Shades of Wewak #DF99A0

Tints of Wewak #DF99A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.54%

 BLUE value IS 160 (62.89% from 255) = 29.85%

R = 41.6%
G = 28.54%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF99A0 (or 0xDF99A0) is known color: Wewak. HEX triplet: DF, 99 and A0. RGB value is (223,153,160). Sum of RGB (Red+Green+Blue) = 223+153+160=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF99A0 is #20665F. Grayscale: #AEAEAE. Windows color (decimal): -2123360 or 10525151. OLE color: 10525151.

HSL color Cylindrical-coordinate representation of color #DF99A0: hue angle of 354º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99A0 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 160 -
CMYK 0 0.31 0.28 0.13
HSL 354º 0.52% 0.74% -
HSV(B) 354º 0.31% 0.87% -
XYZ 48.17 41.01 38.63 -
YUV 174.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 223 153 160 0 0.31 0.28 0.13 354 0.52 0.74
Hex DF 99 A0 0 1F 1C D 162 34 4A
Octal 337 231 240 0 37 34 15 542 64 112
Binary 11011111 10011001 10100000 0 11111 11100 1101 101100010 110100 1001010

Color Harmonies of #DF99A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99A0

Black with #DF99A0

Text Example


Text Example

White with #DF99A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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