Html Css Color HEX #DB8582 Sea Pink

📋 copy color: '#DB8582'

red 219 ◦ green 133 ◦ blue 130

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

Shades of Sea Pink #DB8582

Tints of Sea Pink #DB8582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

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

R = 45.44%
G = 27.59%
B = 26.97%

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

#DB8582 (or 0xDB8582) is known color: Sea Pink. HEX triplet: DB, 85 and 82. RGB value is (219,133,130). Sum of RGB (Red+Green+Blue) = 219+133+130=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8582 is #247A7D. Grayscale: #9E9E9E. Windows color (decimal): -2390654 or 8553947. OLE color: 8553947.

HSL color Cylindrical-coordinate representation of color #DB8582: hue angle of 2.02º 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 #DB8582 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 130 -
CMYK 0 0.39 0.41 0.14
HSL 2.02º 0.55% 0.68% -
HSV(B) 2.02º 0.41% 0.86% -
XYZ 41.63 33.45 25.38 -
YUV 158.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 219 133 130 0 0.39 0.41 0.14 2.02 0.55 0.68
Hex DB 85 82 0 27 29 E 2 37 44
Octal 333 205 202 0 47 51 16 2 67 104
Binary 11011011 10000101 10000010 0 100111 101001 1110 10 110111 1000100

Color Harmonies of #DB8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8582

Black with #DB8582

Text Example


Text Example

White with #DB8582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8582; }

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

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

background-color css

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

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

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

border-color css

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

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

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