#D68484

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

Shades of Sea Pink #D68484

Tints of Sea Pink #D68484

Color information

#D68484 (or 0xD68484) is unknown color: approx Sea Pink. HEX triplet: D6, 84 and 84. RGB value is (214,132,132). Sum of RGB (Red+Green+Blue) = 214+132+132=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68484 is #297B7B. Grayscale: #9C9C9C. Windows color (decimal): -2718588 or 8684758. OLE color: 8684758.

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

Color convert

RGB214132132-
CMYK00.380.380.16
HSL50%67.84%-
HSV(B)38.32%83.92%-
XYZ40.1532.4625.98-
YUV156.52114.17169-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=44.77%
G=27.62%
B=27.62%

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
Decimal21413213200.380.380.1605067.84
HexD68484026261003244
Octal3262042040464620062104
Binary11010110100001001000010001001101001101000001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68484; }

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

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

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

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

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

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

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

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