#D68181

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

Shades of Sea Pink #D68181

Tints of Sea Pink #D68181

Color information

#D68181 (or 0xD68181) is unknown color: approx Sea Pink. HEX triplet: D6, 81 and 81. RGB value is (214,129,129). Sum of RGB (Red+Green+Blue) = 214+129+129=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D68181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68181 is #297E7E. Grayscale: #9A9A9A. Windows color (decimal): -2719359 or 8487382. OLE color: 8487382.

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

Color convert

RGB214129129-
CMYK00.400.400.16
HSL50.9%67.25%-
HSV(B)39.72%83.92%-
XYZ39.5431.5824.78-
YUV154.42113.66170.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 129 (50.78% from 255) = 27.33%
R=45.34%
G=27.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412912900.400.400.16050.967.25
HexD68181028281003343
Octal3262012010505020063103
Binary11010110100000011000000101010001010001000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68181; }

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

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

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

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

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

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

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

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