#D68383

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

Shades of Sea Pink #D68383

Tints of Sea Pink #D68383

Color information

#D68383 (or 0xD68383) is unknown color: approx Sea Pink. HEX triplet: D6, 83 and 83. RGB value is (214,131,131). Sum of RGB (Red+Green+Blue) = 214+131+131=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D68383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68383 is #297C7C. Grayscale: #9B9B9B. Windows color (decimal): -2718845 or 8618966. OLE color: 8618966.

HSL color Cylindrical-coordinate representation of color #D68383: 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.39%. Process color model (Four color, CMYK) of #D68383 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214131131-
CMYK00.390.390.16
HSL50.3%67.65%-
HSV(B)38.79%83.92%-
XYZ39.9432.1725.58-
YUV155.82114169.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 131 (51.56% from 255) = 27.52%
R=44.96%
G=27.52%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413113100.390.390.16050.367.65
HexD68383027271003244
Octal3262032030474720062104
Binary11010110100000111000001101001111001111000001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68383; }

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

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

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

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

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

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

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

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