#D68584

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

Shades of Sea Pink #D68584

Tints of Sea Pink #D68584

Color information

#D68584 (or 0xD68584) is unknown color: approx Sea Pink. HEX triplet: D6, 85 and 84. RGB value is (214,133,132). Sum of RGB (Red+Green+Blue) = 214+133+132=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68584 is #297A7B. Grayscale: #9D9D9D. Windows color (decimal): -2718332 or 8685014. OLE color: 8685014.

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

Color convert

RGB214133132-
CMYK00.380.380.16
HSL0.73º50%67.84%-
HSV(B)0.73º38.32%83.92%-
XYZ40.2832.7426.03-
YUV157.1113.84168.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=44.68%
G=27.77%
B=27.56%

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
Decimal21413313200.380.380.160.735067.84
HexD68584026261013244
Octal3262052040464620162104
Binary11010110100001011000010001001101001101000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68584; }

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

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

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

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

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

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

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

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