Html Css Color HEX #DB8F90 Wewak

📋 copy color: '#DB8F90'

red 219 ◦ green 143 ◦ blue 144

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

Shades of Wewak #DB8F90

Tints of Wewak #DB8F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 43.28%
G = 28.26%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB8F90 (or 0xDB8F90) is known color: Wewak. HEX triplet: DB, 8F and 90. RGB value is (219,143,144). Sum of RGB (Red+Green+Blue) = 219+143+144=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F90 is #24706F. Grayscale: #A5A5A5. Windows color (decimal): -2388080 or 9474011. OLE color: 9474011.

HSL color Cylindrical-coordinate representation of color #DB8F90: hue angle of 359.21º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8F90 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 143 144 -
CMYK 0 0.35 0.34 0.14
HSL 359.21º 0.51% 0.71% -
HSV(B) 359.21º 0.35% 0.86% -
XYZ 44.07 36.72 31.15 -
YUV 165.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 219 143 144 0 0.35 0.34 0.14 359.21 0.51 0.71
Hex DB 8F 90 0 23 22 E 167 33 47
Octal 333 217 220 0 43 42 16 547 63 107
Binary 11011011 10001111 10010000 0 100011 100010 1110 101100111 110011 1000111

Color Harmonies of #DB8F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F90

Black with #DB8F90

Text Example


Text Example

White with #DB8F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F90; }

 p { color: rgb(219,143,144); }

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

background-color css

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

 a { background-color: rgb(219,143,144); }

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

border-color css

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

 span { border-color: rgb(219,143,144); }

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