Html Css Color HEX #DF8580 Sea Pink

📋 copy color: '#DF8580'

red 223 ◦ green 133 ◦ blue 128

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

Shades of Sea Pink #DF8580

Tints of Sea Pink #DF8580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

 BLUE value IS 128 (50.39% from 255) = 26.45%

R = 46.07%
G = 27.48%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF8580 (or 0xDF8580) is known color: Sea Pink. HEX triplet: DF, 85 and 80. RGB value is (223,133,128). Sum of RGB (Red+Green+Blue) = 223+133+128=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8580 is #207A7F. Grayscale: #9F9F9F. Windows color (decimal): -2128512 or 8422879. OLE color: 8422879.

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

Color convert

RGB 223 133 128 -
CMYK 0 0.40 0.43 0.13
HSL 3.16º 0.6% 0.69% -
HSV(B) 3.16º 0.43% 0.87% -
XYZ 42.72 34.02 24.74 -
YUV 159.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 223 133 128 0 0.40 0.43 0.13 3.16 0.6 0.69
Hex DF 85 80 0 28 2B D 3 3C 45
Octal 337 205 200 0 50 53 15 3 74 105
Binary 11011111 10000101 10000000 0 101000 101011 1101 11 111100 1000101

Color Harmonies of #DF8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8580

Black with #DF8580

Text Example


Text Example

White with #DF8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8580; }

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

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

background-color css

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

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

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

border-color css

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

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

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