#D38F7F

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

Shades of My Pink #D38F7F

Tints of My Pink #D38F7F

Color information

#D38F7F (or 0xD38F7F) is unknown color: approx My Pink. HEX triplet: D3, 8F and 7F. RGB value is (211,143,127). Sum of RGB (Red+Green+Blue) = 211+143+127=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F7F is #2C7080. Grayscale: #A1A1A1. Windows color (decimal): -2912385 or 8359891. OLE color: 8359891.

HSL color Cylindrical-coordinate representation of color #D38F7F: hue angle of 11.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D38F7F is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB211143127-
CMYK00.320.400.17
HSL11.43º48.84%66.27%-
HSV(B)11.43º39.81%82.75%-
XYZ40.5235.0324.7-
YUV161.51108.53163.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.87%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 127 (50% from 255) = 26.40%
R=43.87%
G=29.73%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114312700.320.400.1711.4348.8466.27
HexD38F7F0202811b3142
Octal32321717704050211361102
Binary1101001110001111111111101000001010001000110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38F7F; }

 p { color: rgb(211,143,127); }

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

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

 a { background-color: rgb(211,143,127); }

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

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

 span { border-color: rgb(211,143,127); }

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