#D68281

Color #D68281 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #D68281

Tints of Sea Pink #D68281

Color information

#D68281 (or 0xD68281) is unknown color: approx Sea Pink. HEX triplet: D6, 82 and 81. RGB value is (214,130,129). Sum of RGB (Red+Green+Blue) = 214+130+129=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68281 is #297D7E. Grayscale: #9B9B9B. Windows color (decimal): -2719103 or 8487638. OLE color: 8487638.

HSL color Cylindrical-coordinate representation of color #D68281: hue angle of 0.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68281 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214130129-
CMYK00.390.400.16
HSL0.71º50.9%67.25%-
HSV(B)0.71º39.72%83.92%-
XYZ39.6831.8524.82-
YUV155113.33170.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=45.24%
G=27.48%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413012900.390.400.160.7150.967.25
HexD68281027281013343
Octal3262022010475020163103
Binary11010110100000101000000101001111010001000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68281; }

 p { color: rgb(214,130,129); }

 H1.HeaderClassName
 {
   color: #D68281;
 }
 .AnyTagClassName
 {
   color: #D68281;
 }
</style>
background-color css

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

 a { background-color: rgb(214,130,129); }

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

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

 span { border-color: rgb(214,130,129); }

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