Html Css Color HEX #DF8985 Sea Pink

📋 copy color: '#DF8985'

red 223 ◦ green 137 ◦ blue 133

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

Shades of Sea Pink #DF8985

Tints of Sea Pink #DF8985

RGB

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

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

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

R = 45.23%
G = 27.79%
B = 26.98%

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

#DF8985 (or 0xDF8985) is known color: Sea Pink. HEX triplet: DF, 89 and 85. RGB value is (223,137,133). Sum of RGB (Red+Green+Blue) = 223+137+133=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8985 is #20767A. Grayscale: #A2A2A2. Windows color (decimal): -2127483 or 8751583. OLE color: 8751583.

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

Color convert

RGB 223 137 133 -
CMYK 0 0.39 0.40 0.13
HSL 2.67º 0.58% 0.7% -
HSV(B) 2.67º 0.4% 0.87% -
XYZ 43.61 35.27 26.7 -
YUV 162.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 223 137 133 0 0.39 0.40 0.13 2.67 0.58 0.7
Hex DF 89 85 0 27 28 D 3 3A 46
Octal 337 211 205 0 47 50 15 3 72 106
Binary 11011111 10001001 10000101 0 100111 101000 1101 11 111010 1000110

Color Harmonies of #DF8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8985

Black with #DF8985

Text Example


Text Example

White with #DF8985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8985; }

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

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

background-color css

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

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

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

border-color css

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

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

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