#D68483

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

Shades of Sea Pink #D68483

Tints of Sea Pink #D68483

Color information

#D68483 (or 0xD68483) is unknown color: approx Sea Pink. HEX triplet: D6, 84 and 83. RGB value is (214,132,131). Sum of RGB (Red+Green+Blue) = 214+132+131=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D68483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68483 is #297B7C. Grayscale: #9C9C9C. Windows color (decimal): -2718589 or 8619222. OLE color: 8619222.

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

Color convert

RGB214132131-
CMYK00.380.390.16
HSL0.72º50.3%67.65%-
HSV(B)0.72º38.79%83.92%-
XYZ40.0832.4425.62-
YUV156.4113.67169.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=44.86%
G=27.67%
B=27.46%

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
Decimal21413213100.380.390.160.7250.367.65
HexD68483026271013244
Octal3262042030464720162104
Binary11010110100001001000001101001101001111000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68483; }

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

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

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

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

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

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

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

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