Html Css Color HEX #DF8986 Sea Pink

📋 copy color: '#DF8986'

red 223 ◦ green 137 ◦ blue 134

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

Shades of Sea Pink #DF8986

Tints of Sea Pink #DF8986

RGB

 RED value IS 223 (87.5% from 255) = 45.14%

 GREEN value IS 137 (53.91% from 255) = 27.73%

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

R = 45.14%
G = 27.73%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF8986 (or 0xDF8986) is known color: Sea Pink. HEX triplet: DF, 89 and 86. RGB value is (223,137,134). Sum of RGB (Red+Green+Blue) = 223+137+134=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8986 is #207679. Grayscale: #A2A2A2. Windows color (decimal): -2127482 or 8817119. OLE color: 8817119.

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

Color convert

RGB 223 137 134 -
CMYK 0 0.39 0.40 0.13
HSL 2.02º 0.58% 0.7% -
HSV(B) 2.02º 0.4% 0.87% -
XYZ 43.68 35.3 27.07 -
YUV 162.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 223 137 134 0 0.39 0.40 0.13 2.02 0.58 0.7
Hex DF 89 86 0 27 28 D 2 3A 46
Octal 337 211 206 0 47 50 15 2 72 106
Binary 11011111 10001001 10000110 0 100111 101000 1101 10 111010 1000110

Color Harmonies of #DF8986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8986

Black with #DF8986

Text Example


Text Example

White with #DF8986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8986; }

 p { color: rgb(223,137,134); }

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

background-color css

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

 a { background-color: rgb(223,137,134); }

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

border-color css

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

 span { border-color: rgb(223,137,134); }

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