Html Css Color HEX #DD949A Wewak

📋 copy color: '#DD949A'

red 221 ◦ green 148 ◦ blue 154

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

Shades of Wewak #DD949A

Tints of Wewak #DD949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.3%

 BLUE value IS 154 (60.55% from 255) = 29.45%

R = 42.26%
G = 28.3%
B = 29.45%

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

#DD949A (or 0xDD949A) is known color: Wewak. HEX triplet: DD, 94 and 9A. RGB value is (221,148,154). Sum of RGB (Red+Green+Blue) = 221+148+154=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD949A is #226B65. Grayscale: #AAAAAA. Windows color (decimal): -2255718 or 10130653. OLE color: 10130653.

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

Color convert

RGB 221 148 154 -
CMYK 0 0.33 0.30 0.13
HSL 355.07º 0.52% 0.72% -
HSV(B) 355.07º 0.33% 0.87% -
XYZ 46.24 38.89 35.64 -
YUV 170.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 221 148 154 0 0.33 0.30 0.13 355.07 0.52 0.72
Hex DD 94 9A 0 21 1E D 163 34 48
Octal 335 224 232 0 41 36 15 543 64 110
Binary 11011101 10010100 10011010 0 100001 11110 1101 101100011 110100 1001000

Color Harmonies of #DD949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD949A

Black with #DD949A

Text Example


Text Example

White with #DD949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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