Html Css Color HEX #DB8682 Sea Pink

📋 copy color: '#DB8682'

red 219 ◦ green 134 ◦ blue 130

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

Shades of Sea Pink #DB8682

Tints of Sea Pink #DB8682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.74%

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

R = 45.34%
G = 27.74%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB8682 (or 0xDB8682) is known color: Sea Pink. HEX triplet: DB, 86 and 82. RGB value is (219,134,130). Sum of RGB (Red+Green+Blue) = 219+134+130=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8682 is #24797D. Grayscale: #9F9F9F. Windows color (decimal): -2390398 or 8554203. OLE color: 8554203.

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

Color convert

RGB 219 134 130 -
CMYK 0 0.39 0.41 0.14
HSL 2.7º 0.55% 0.68% -
HSV(B) 2.7º 0.41% 0.86% -
XYZ 41.77 33.72 25.43 -
YUV 158.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 219 134 130 0 0.39 0.41 0.14 2.7 0.55 0.68
Hex DB 86 82 0 27 29 E 3 37 44
Octal 333 206 202 0 47 51 16 3 67 104
Binary 11011011 10000110 10000010 0 100111 101001 1110 11 110111 1000100

Color Harmonies of #DB8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8682

Black with #DB8682

Text Example


Text Example

White with #DB8682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8682; }

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

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

background-color css

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

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

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

border-color css

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

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

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