Html Css Color HEX #DB8585 Sea Pink

📋 copy color: '#DB8585'

red 219 ◦ green 133 ◦ blue 133

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

Shades of Sea Pink #DB8585

Tints of Sea Pink #DB8585

RGB

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

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

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

R = 45.15%
G = 27.42%
B = 27.42%

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

#DB8585 (or 0xDB8585) is known color: Sea Pink. HEX triplet: DB, 85 and 85. RGB value is (219,133,133). Sum of RGB (Red+Green+Blue) = 219+133+133=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8585 is #247A7A. Grayscale: #9E9E9E. Windows color (decimal): -2390651 or 8750555. OLE color: 8750555.

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

Color convert

RGB 219 133 133 -
CMYK 0 0.39 0.39 0.14
HSL 0.54% 0.69% -
HSV(B) 0.39% 0.86% -
XYZ 41.83 33.53 26.46 -
YUV 158.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 219 133 133 0 0.39 0.39 0.14 0 0.54 0.69
Hex DB 85 85 0 27 27 E 0 36 45
Octal 333 205 205 0 47 47 16 0 66 105
Binary 11011011 10000101 10000101 0 100111 100111 1110 0 110110 1000101

Color Harmonies of #DB8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8585

Black with #DB8585

Text Example


Text Example

White with #DB8585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8585; }

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

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

background-color css

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

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

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

border-color css

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

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

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