Html Css Color HEX #DF8482 Sea Pink

📋 copy color: '#DF8482'

red 223 ◦ green 132 ◦ blue 130

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

Shades of Sea Pink #DF8482

Tints of Sea Pink #DF8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.22%

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 45.98%
G = 27.22%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF8482 (or 0xDF8482) is known color: Sea Pink. HEX triplet: DF, 84 and 82. RGB value is (223,132,130). Sum of RGB (Red+Green+Blue) = 223+132+130=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8482 is #207B7D. Grayscale: #9F9F9F. Windows color (decimal): -2128766 or 8553695. OLE color: 8553695.

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

Color convert

RGB 223 132 130 -
CMYK 0 0.41 0.42 0.13
HSL 1.29º 0.59% 0.69% -
HSV(B) 1.29º 0.42% 0.87% -
XYZ 42.71 33.8 25.39 -
YUV 158.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 223 132 130 0 0.41 0.42 0.13 1.29 0.59 0.69
Hex DF 84 82 0 29 2A D 1 3B 45
Octal 337 204 202 0 51 52 15 1 73 105
Binary 11011111 10000100 10000010 0 101001 101010 1101 1 111011 1000101

Color Harmonies of #DF8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8482

Black with #DF8482

Text Example


Text Example

White with #DF8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8482; }

 p { color: rgb(223,132,130); }

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

background-color css

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

 a { background-color: rgb(223,132,130); }

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

border-color css

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

 span { border-color: rgb(223,132,130); }

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