#D68585

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

Shades of Sea Pink #D68585

Tints of Sea Pink #D68585

Color information

#D68585 (or 0xD68585) is unknown color: approx Sea Pink. HEX triplet: D6, 85 and 85. RGB value is (214,133,133). Sum of RGB (Red+Green+Blue) = 214+133+133=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D68585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68585 is #297A7A. Grayscale: #9D9D9D. Windows color (decimal): -2718331 or 8750550. OLE color: 8750550.

HSL color Cylindrical-coordinate representation of color #D68585: hue angle of 0º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68585 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214133133-
CMYK00.380.380.16
HSL49.69%68.04%-
HSV(B)37.85%83.92%-
XYZ40.3532.7626.39-
YUV157.22114.34168.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=44.58%
G=27.71%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413313300.380.380.16049.6968.04
HexD68585026261003244
Octal3262052050464620062104
Binary11010110100001011000010101001101001101000001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68585; }

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

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

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

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

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

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

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

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