Html Css Color HEX #DF8785 Sea Pink

📋 copy color: '#DF8785'

red 223 ◦ green 135 ◦ blue 133

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

Shades of Sea Pink #DF8785

Tints of Sea Pink #DF8785

RGB

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

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

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

R = 45.42%
G = 27.49%
B = 27.09%

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

#DF8785 (or 0xDF8785) is known color: Sea Pink. HEX triplet: DF, 87 and 85. RGB value is (223,135,133). Sum of RGB (Red+Green+Blue) = 223+135+133=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8785 is #20787A. Grayscale: #A1A1A1. Windows color (decimal): -2127995 or 8751071. OLE color: 8751071.

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

Color convert

RGB 223 135 133 -
CMYK 0 0.39 0.40 0.13
HSL 1.33º 0.58% 0.7% -
HSV(B) 1.33º 0.4% 0.87% -
XYZ 43.33 34.71 26.61 -
YUV 161.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 223 135 133 0 0.39 0.40 0.13 1.33 0.58 0.7
Hex DF 87 85 0 27 28 D 1 3A 46
Octal 337 207 205 0 47 50 15 1 72 106
Binary 11011111 10000111 10000101 0 100111 101000 1101 1 111010 1000110

Color Harmonies of #DF8785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8785

Black with #DF8785

Text Example


Text Example

White with #DF8785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8785; }

 p { color: rgb(223,135,133); }

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

background-color css

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

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

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

border-color css

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

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

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