Html Css Color HEX #DB8685 Sea Pink

📋 copy color: '#DB8685'

red 219 ◦ green 134 ◦ blue 133

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

Shades of Sea Pink #DB8685

Tints of Sea Pink #DB8685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 45.06%
G = 27.57%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB8685 (or 0xDB8685) is known color: Sea Pink. HEX triplet: DB, 86 and 85. RGB value is (219,134,133). Sum of RGB (Red+Green+Blue) = 219+134+133=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8685 is #24797A. Grayscale: #9F9F9F. Windows color (decimal): -2390395 or 8750811. OLE color: 8750811.

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

Color convert

RGB 219 134 133 -
CMYK 0 0.39 0.39 0.14
HSL 0.7º 0.54% 0.69% -
HSV(B) 0.7º 0.39% 0.86% -
XYZ 41.97 33.8 26.5 -
YUV 159.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 219 134 133 0 0.39 0.39 0.14 0.7 0.54 0.69
Hex DB 86 85 0 27 27 E 1 36 45
Octal 333 206 205 0 47 47 16 1 66 105
Binary 11011011 10000110 10000101 0 100111 100111 1110 1 110110 1000101

Color Harmonies of #DB8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8685

Black with #DB8685

Text Example


Text Example

White with #DB8685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8685; }

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

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

background-color css

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

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

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

border-color css

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

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

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