Html Css Color HEX #DF969D Wewak

📋 copy color: '#DF969D'

red 223 ◦ green 150 ◦ blue 157

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

Shades of Wewak #DF969D

Tints of Wewak #DF969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.3%

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

R = 42.08%
G = 28.3%
B = 29.62%

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

#DF969D (or 0xDF969D) is known color: Wewak. HEX triplet: DF, 96 and 9D. RGB value is (223,150,157). Sum of RGB (Red+Green+Blue) = 223+150+157=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF969D is #206962. Grayscale: #ACACAC. Windows color (decimal): -2124131 or 10327775. OLE color: 10327775.

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

Color convert

RGB 223 150 157 -
CMYK 0 0.33 0.30 0.13
HSL 354.25º 0.53% 0.73% -
HSV(B) 354.25º 0.33% 0.87% -
XYZ 47.42 39.93 37.11 -
YUV 172.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 223 150 157 0 0.33 0.30 0.13 354.25 0.53 0.73
Hex DF 96 9D 0 21 1E D 162 35 49
Octal 337 226 235 0 41 36 15 542 65 111
Binary 11011111 10010110 10011101 0 100001 11110 1101 101100010 110101 1001001

Color Harmonies of #DF969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF969D

Black with #DF969D

Text Example


Text Example

White with #DF969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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