Html Css Color HEX #D98382 Sea Pink

📋 copy color: '#D98382'

red 217 ◦ green 131 ◦ blue 130

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

Shades of Sea Pink #D98382

Tints of Sea Pink #D98382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.41%

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

R = 45.4%
G = 27.41%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D98382 (or 0xD98382) is known color: Sea Pink. HEX triplet: D9, 83 and 82. RGB value is (217,131,130). Sum of RGB (Red+Green+Blue) = 217+131+130=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D98382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98382 is #267C7D. Grayscale: #9C9C9C. Windows color (decimal): -2522238 or 8553433. OLE color: 8553433.

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

Color convert

RGB 217 131 130 -
CMYK 0 0.40 0.40 0.15
HSL 0.69º 0.53% 0.68% -
HSV(B) 0.69º 0.4% 0.85% -
XYZ 40.76 32.6 25.26 -
YUV 156.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 217 131 130 0 0.40 0.40 0.15 0.69 0.53 0.68
Hex D9 83 82 0 28 28 F 1 35 44
Octal 331 203 202 0 50 50 17 1 65 104
Binary 11011001 10000011 10000010 0 101000 101000 1111 1 110101 1000100

Color Harmonies of #D98382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98382

Black with #D98382

Text Example


Text Example

White with #D98382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98382; }

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

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

background-color css

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

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

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

border-color css

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

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

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