#D38E83

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

Shades of My Pink #D38E83

Tints of My Pink #D38E83

Color information

#D38E83 (or 0xD38E83) is unknown color: approx My Pink. HEX triplet: D3, 8E and 83. RGB value is (211,142,131). Sum of RGB (Red+Green+Blue) = 211+142+131=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38E83 is #2C717C. Grayscale: #A1A1A1. Windows color (decimal): -2912637 or 8621779. OLE color: 8621779.

HSL color Cylindrical-coordinate representation of color #D38E83: hue angle of 8.25º 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 #D38E83 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB211142131-
CMYK00.330.380.17
HSL8.25º47.62%67.06%-
HSV(B)8.25º37.91%82.75%-
XYZ40.6334.8326.05-
YUV161.38110.86163.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.60%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=43.60%
G=29.34%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114213100.330.380.178.2547.6267.06
HexD38E83021261183043
Octal32321620304146211060103
Binary11010011100011101000001101000011001101000110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38E83; }

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

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

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

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

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

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

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

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