#D68481

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

Shades of Sea Pink #D68481

Tints of Sea Pink #D68481

Color information

#D68481 (or 0xD68481) is unknown color: approx Sea Pink. HEX triplet: D6, 84 and 81. RGB value is (214,132,129). Sum of RGB (Red+Green+Blue) = 214+132+129=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D68481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68481 is #297B7E. Grayscale: #9C9C9C. Windows color (decimal): -2718591 or 8488150. OLE color: 8488150.

HSL color Cylindrical-coordinate representation of color #D68481: hue angle of 2.12º 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 #D68481 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214132129-
CMYK00.380.400.16
HSL2.12º50.9%67.25%-
HSV(B)2.12º39.72%83.92%-
XYZ39.9532.3824.91-
YUV156.18112.67169.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=45.05%
G=27.79%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413212900.380.400.162.1250.967.25
HexD68481026281023343
Octal3262042010465020263103
Binary110101101000010010000001010011010100010000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68481; }

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

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

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

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

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

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

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

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