Html Css Color HEX #DB8082 Froly

📋 copy color: '#DB8082'

red 219 ◦ green 128 ◦ blue 130

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

Shades of Froly #DB8082

Tints of Froly #DB8082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.83%

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 45.91%
G = 26.83%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB8082 (or 0xDB8082) is known color: Froly. HEX triplet: DB, 80 and 82. RGB value is (219,128,130). Sum of RGB (Red+Green+Blue) = 219+128+130=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8082 is #247F7D. Grayscale: #9B9B9B. Windows color (decimal): -2391934 or 8552667. OLE color: 8552667.

HSL color Cylindrical-coordinate representation of color #DB8082: hue angle of 358.68º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8082 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 130 -
CMYK 0 0.42 0.41 0.14
HSL 358.68º 0.56% 0.68% -
HSV(B) 358.68º 0.42% 0.86% -
XYZ 40.96 32.11 25.16 -
YUV 155.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 219 128 130 0 0.42 0.41 0.14 358.68 0.56 0.68
Hex DB 80 82 0 2A 29 E 167 38 44
Octal 333 200 202 0 52 51 16 547 70 104
Binary 11011011 10000000 10000010 0 101010 101001 1110 101100111 111000 1000100

Color Harmonies of #DB8082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8082

Black with #DB8082

Text Example


Text Example

White with #DB8082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8082; }

 p { color: rgb(219,128,130); }

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

background-color css

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

 a { background-color: rgb(219,128,130); }

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

border-color css

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

 span { border-color: rgb(219,128,130); }

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