#D2867B

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

Shades of My Pink #D2867B

Tints of My Pink #D2867B

Color information

#D2867B (or 0xD2867B) is unknown color: approx My Pink. HEX triplet: D2, 86 and 7B. RGB value is (210,134,123). Sum of RGB (Red+Green+Blue) = 210+134+123=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2867B is #2D7984. Grayscale: #9B9B9B. Windows color (decimal): -2980229 or 8095442. OLE color: 8095442.

HSL color Cylindrical-coordinate representation of color #D2867B: hue angle of 7.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2867B is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210134123-
CMYK00.360.410.18
HSL7.59º49.15%65.29%-
HSV(B)7.59º41.43%82.35%-
XYZ38.6832.1822.91-
YUV155.47109.68166.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=44.97%
G=28.69%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013412300.360.410.187.5949.1565.29
HexD2867B024291283141
Octal32220617304451221061101
Binary1101001010000110111101101001001010011001010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2867B; }

 p { color: rgb(210,134,123); }

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

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

 a { background-color: rgb(210,134,123); }

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

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

 span { border-color: rgb(210,134,123); }

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