Html Css Color HEX #D18280 Sea Pink

📋 copy color: '#D18280'

red 209 ◦ green 130 ◦ blue 128

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

Shades of Sea Pink #D18280

Tints of Sea Pink #D18280

RGB

 RED value IS 209 (82.03% from 255) = 44.75%

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

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

R = 44.75%
G = 27.84%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D18280 (or 0xD18280) is known color: Sea Pink. HEX triplet: D1, 82 and 80. RGB value is (209,130,128). Sum of RGB (Red+Green+Blue) = 209+130+128=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D18280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18280 is #2E7D7F. Grayscale: #999999. Windows color (decimal): -3046784 or 8422097. OLE color: 8422097.

HSL color Cylindrical-coordinate representation of color #D18280: hue angle of 1.48º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18280 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 128 -
CMYK 0 0.38 0.39 0.18
HSL 1.48º 0.47% 0.66% -
HSV(B) 1.48º 0.39% 0.82% -
XYZ 38.17 31.08 24.41 -
YUV 153.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 209 130 128 0 0.38 0.39 0.18 1.48 0.47 0.66
Hex D1 82 80 0 26 27 12 1 2F 42
Octal 321 202 200 0 46 47 22 1 57 102
Binary 11010001 10000010 10000000 0 100110 100111 10010 1 101111 1000010

Color Harmonies of #D18280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18280

Black with #D18280

Text Example


Text Example

White with #D18280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18280; }

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

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

background-color css

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

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

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

border-color css

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

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

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