Html Css Color HEX #DD8786 Sea Pink

📋 copy color: '#DD8786'

red 221 ◦ green 135 ◦ blue 134

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

Shades of Sea Pink #DD8786

Tints of Sea Pink #DD8786

RGB

 RED value IS 221 (86.72% from 255) = 45.1%

 GREEN value IS 135 (53.13% from 255) = 27.55%

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 45.1%
G = 27.55%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD8786 (or 0xDD8786) is known color: Sea Pink. HEX triplet: DD, 87 and 86. RGB value is (221,135,134). Sum of RGB (Red+Green+Blue) = 221+135+134=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8786 is #227879. Grayscale: #A0A0A0. Windows color (decimal): -2259066 or 8816605. OLE color: 8816605.

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

Color convert

RGB 221 135 134 -
CMYK 0 0.39 0.39 0.13
HSL 0.69º 0.56% 0.7% -
HSV(B) 0.69º 0.39% 0.87% -
XYZ 42.79 34.42 26.94 -
YUV 160.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 221 135 134 0 0.39 0.39 0.13 0.69 0.56 0.7
Hex DD 87 86 0 27 27 D 1 38 46
Octal 335 207 206 0 47 47 15 1 70 106
Binary 11011101 10000111 10000110 0 100111 100111 1101 1 111000 1000110

Color Harmonies of #DD8786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8786

Black with #DD8786

Text Example


Text Example

White with #DD8786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8786; }

 p { color: rgb(221,135,134); }

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

background-color css

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

 a { background-color: rgb(221,135,134); }

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

border-color css

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

 span { border-color: rgb(221,135,134); }

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