Html Css Color HEX #DF8A86 Sea Pink

📋 copy color: '#DF8A86'

red 223 ◦ green 138 ◦ blue 134

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

Shades of Sea Pink #DF8A86

Tints of Sea Pink #DF8A86

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.88%

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

R = 45.05%
G = 27.88%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF8A86 (or 0xDF8A86) is known color: Sea Pink. HEX triplet: DF, 8A and 86. RGB value is (223,138,134). Sum of RGB (Red+Green+Blue) = 223+138+134=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A86 is #207579. Grayscale: #A3A3A3. Windows color (decimal): -2127226 or 8817375. OLE color: 8817375.

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

Color convert

RGB 223 138 134 -
CMYK 0 0.38 0.40 0.13
HSL 2.7º 0.58% 0.7% -
HSV(B) 2.7º 0.4% 0.87% -
XYZ 43.82 35.59 27.11 -
YUV 162.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 223 138 134 0 0.38 0.40 0.13 2.7 0.58 0.7
Hex DF 8A 86 0 26 28 D 3 3A 46
Octal 337 212 206 0 46 50 15 3 72 106
Binary 11011111 10001010 10000110 0 100110 101000 1101 11 111010 1000110

Color Harmonies of #DF8A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A86

Black with #DF8A86

Text Example


Text Example

White with #DF8A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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