Html Css Color HEX #DD9093 Wewak

📋 copy color: '#DD9093'

red 221 ◦ green 144 ◦ blue 147

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

Shades of Wewak #DD9093

Tints of Wewak #DD9093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.13%

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 43.16%
G = 28.13%
B = 28.71%

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

#DD9093 (or 0xDD9093) is known color: Wewak. HEX triplet: DD, 90 and 93. RGB value is (221,144,147). Sum of RGB (Red+Green+Blue) = 221+144+147=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9093 is #226F6C. Grayscale: #A7A7A7. Windows color (decimal): -2256749 or 9670877. OLE color: 9670877.

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

Color convert

RGB 221 144 147 -
CMYK 0 0.35 0.33 0.13
HSL 357.66º 0.53% 0.72% -
HSV(B) 357.66º 0.35% 0.87% -
XYZ 45.06 37.43 32.45 -
YUV 167.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 221 144 147 0 0.35 0.33 0.13 357.66 0.53 0.72
Hex DD 90 93 0 23 21 D 166 35 48
Octal 335 220 223 0 43 41 15 546 65 110
Binary 11011101 10010000 10010011 0 100011 100001 1101 101100110 110101 1001000

Color Harmonies of #DD9093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9093

Black with #DD9093

Text Example


Text Example

White with #DD9093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9093; }

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

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

background-color css

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

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

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

border-color css

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

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

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