Html Css Color HEX #DD9398 Wewak

📋 copy color: '#DD9398'

red 221 ◦ green 147 ◦ blue 152

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

Shades of Wewak #DD9398

Tints of Wewak #DD9398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.27%

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 42.5%
G = 28.27%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD9398 (or 0xDD9398) is known color: Wewak. HEX triplet: DD, 93 and 98. RGB value is (221,147,152). Sum of RGB (Red+Green+Blue) = 221+147+152=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9398 is #226C67. Grayscale: #A9A9A9. Windows color (decimal): -2255976 or 9999325. OLE color: 9999325.

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

Color convert

RGB 221 147 152 -
CMYK 0 0.33 0.31 0.13
HSL 355.95º 0.52% 0.72% -
HSV(B) 355.95º 0.33% 0.87% -
XYZ 45.92 38.51 34.72 -
YUV 169.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 221 147 152 0 0.33 0.31 0.13 355.95 0.52 0.72
Hex DD 93 98 0 21 1F D 164 34 48
Octal 335 223 230 0 41 37 15 544 64 110
Binary 11011101 10010011 10011000 0 100001 11111 1101 101100100 110100 1001000

Color Harmonies of #DD9398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9398

Black with #DD9398

Text Example


Text Example

White with #DD9398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9398; }

 p { color: rgb(221,147,152); }

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

background-color css

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

 a { background-color: rgb(221,147,152); }

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

border-color css

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

 span { border-color: rgb(221,147,152); }

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