#d38483

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

Shades of Sea Pink #D38483

Tints of Sea Pink #D38483

Color information

#D38483 (or 0xD38483) is unknown color: approx Sea Pink. HEX triplet: D3, 84 and 83. RGB value is (211,132,131). Sum of RGB (Red+Green+Blue) = 211+132+131=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D38483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38483 is #2C7B7C. Grayscale: #9B9B9B. Windows color (decimal): -2915197 or 8619219. OLE color: 8619219.

HSL color Cylindrical-coordinate representation of color #D38483: hue angle of 0.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38483 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB211132131-
CMYK00.370.380.17
HSL0.75º47.62%67.06%-
HSV(B)0.75º37.91%82.75%-
XYZ39.2131.9925.58-
YUV155.51114.17167.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.51%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=44.51%
G=27.85%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113213100.370.380.170.7547.6267.06
HexD38483025261113043
Octal3232042030454621160103
Binary11010011100001001000001101001011001101000111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d38483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d38483; }

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

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

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

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

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

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

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

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