Html Css Color HEX #DB9293 Wewak

📋 copy color: '#DB9293'

red 219 ◦ green 146 ◦ blue 147

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

Shades of Wewak #DB9293

Tints of Wewak #DB9293

RGB

 RED value IS 219 (85.94% from 255) = 42.77%

 GREEN value IS 146 (57.42% from 255) = 28.52%

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

R = 42.77%
G = 28.52%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB9293 (or 0xDB9293) is known color: Wewak. HEX triplet: DB, 92 and 93. RGB value is (219,146,147). Sum of RGB (Red+Green+Blue) = 219+146+147=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9293 is #246D6C. Grayscale: #A8A8A8. Windows color (decimal): -2387309 or 9671387. OLE color: 9671387.

HSL color Cylindrical-coordinate representation of color #DB9293: hue angle of 359.18º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9293 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 146 147 -
CMYK 0 0.33 0.33 0.14
HSL 359.18º 0.5% 0.72% -
HSV(B) 359.18º 0.33% 0.86% -
XYZ 44.76 37.72 32.53 -
YUV 167.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 219 146 147 0 0.33 0.33 0.14 359.18 0.5 0.72
Hex DB 92 93 0 21 21 E 167 32 48
Octal 333 222 223 0 41 41 16 547 62 110
Binary 11011011 10010010 10010011 0 100001 100001 1110 101100111 110010 1001000

Color Harmonies of #DB9293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9293

Black with #DB9293

Text Example


Text Example

White with #DB9293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9293; }

 p { color: rgb(219,146,147); }

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

background-color css

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

 a { background-color: rgb(219,146,147); }

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

border-color css

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

 span { border-color: rgb(219,146,147); }

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