#D68582

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

Shades of Sea Pink #D68582

Tints of Sea Pink #D68582

Color information

#D68582 (or 0xD68582) is unknown color: approx Sea Pink. HEX triplet: D6, 85 and 82. RGB value is (214,133,130). Sum of RGB (Red+Green+Blue) = 214+133+130=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D68582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68582 is #297A7D. Grayscale: #9C9C9C. Windows color (decimal): -2718334 or 8553942. OLE color: 8553942.

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

Color convert

RGB214133130-
CMYK00.380.390.16
HSL2.14º50.6%67.45%-
HSV(B)2.14º39.25%83.92%-
XYZ40.1532.6825.31-
YUV156.88112.84168.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=44.86%
G=27.88%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413313000.380.390.162.1450.667.45
HexD68582026271023343
Octal3262052020464720263103
Binary110101101000010110000010010011010011110000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68582; }

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

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

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

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

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

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

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

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