Html Css Color HEX #DD8F94 Wewak

📋 copy color: '#DD8F94'

red 221 ◦ green 143 ◦ blue 148

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

Shades of Wewak #DD8F94

Tints of Wewak #DD8F94

RGB

 RED value IS 221 (86.72% from 255) = 43.16%

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

 BLUE value IS 148 (58.2% from 255) = 28.91%

R = 43.16%
G = 27.93%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8F94 (or 0xDD8F94) is known color: Wewak. HEX triplet: DD, 8F and 94. RGB value is (221,143,148). Sum of RGB (Red+Green+Blue) = 221+143+148=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F94 is #22706B. Grayscale: #A6A6A6. Windows color (decimal): -2257004 or 9736157. OLE color: 9736157.

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

Color convert

RGB 221 143 148 -
CMYK 0 0.35 0.33 0.13
HSL 356.15º 0.53% 0.71% -
HSV(B) 356.15º 0.35% 0.87% -
XYZ 44.99 37.16 32.82 -
YUV 166.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 221 143 148 0 0.35 0.33 0.13 356.15 0.53 0.71
Hex DD 8F 94 0 23 21 D 164 35 47
Octal 335 217 224 0 43 41 15 544 65 107
Binary 11011101 10001111 10010100 0 100011 100001 1101 101100100 110101 1000111

Color Harmonies of #DD8F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F94

Black with #DD8F94

Text Example


Text Example

White with #DD8F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F94; }

 p { color: rgb(221,143,148); }

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

background-color css

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

 a { background-color: rgb(221,143,148); }

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

border-color css

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

 span { border-color: rgb(221,143,148); }

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