Html Css Color HEX #D98280 Sea Pink

📋 copy color: '#D98280'

red 217 ◦ green 130 ◦ blue 128

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

Shades of Sea Pink #D98280

Tints of Sea Pink #D98280

RGB

 RED value IS 217 (85.16% from 255) = 45.68%

 GREEN value IS 130 (51.17% from 255) = 27.37%

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

R = 45.68%
G = 27.37%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D98280 (or 0xD98280) is known color: Sea Pink. HEX triplet: D9, 82 and 80. RGB value is (217,130,128). Sum of RGB (Red+Green+Blue) = 217+130+128=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D98280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98280 is #267D7F. Grayscale: #9B9B9B. Windows color (decimal): -2522496 or 8422105. OLE color: 8422105.

HSL color Cylindrical-coordinate representation of color #D98280: hue angle of 1.35º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98280 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 128 -
CMYK 0 0.40 0.41 0.15
HSL 1.35º 0.54% 0.68% -
HSV(B) 1.35º 0.41% 0.85% -
XYZ 40.49 32.28 24.52 -
YUV 155.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 217 130 128 0 0.40 0.41 0.15 1.35 0.54 0.68
Hex D9 82 80 0 28 29 F 1 36 44
Octal 331 202 200 0 50 51 17 1 66 104
Binary 11011001 10000010 10000000 0 101000 101001 1111 1 110110 1000100

Color Harmonies of #D98280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98280

Black with #D98280

Text Example


Text Example

White with #D98280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98280; }

 p { color: rgb(217,130,128); }

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

background-color css

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

 a { background-color: rgb(217,130,128); }

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

border-color css

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

 span { border-color: rgb(217,130,128); }

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