#D68380

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

Shades of Sea Pink #D68380

Tints of Sea Pink #D68380

Color information

#D68380 (or 0xD68380) is unknown color: approx Sea Pink. HEX triplet: D6, 83 and 80. RGB value is (214,131,128). Sum of RGB (Red+Green+Blue) = 214+131+128=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68380 is #297C7F. Grayscale: #9B9B9B. Windows color (decimal): -2718848 or 8422358. OLE color: 8422358.

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

Color convert

RGB214131128-
CMYK00.390.400.16
HSL2.09º51.19%67.06%-
HSV(B)2.09º40.19%83.92%-
XYZ39.7432.0924.52-
YUV155.48112.5169.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=45.24%
G=27.70%
B=27.06%

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
Decimal21413112800.390.400.162.0951.1967.06
HexD68380027281023343
Octal3262032000475020263103
Binary110101101000001110000000010011110100010000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68380; }

 p { color: rgb(214,131,128); }

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

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

 a { background-color: rgb(214,131,128); }

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

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

 span { border-color: rgb(214,131,128); }

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