#D68783

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

Shades of My Pink #D68783

Tints of My Pink #D68783

Color information

#D68783 (or 0xD68783) is unknown color: approx My Pink. HEX triplet: D6, 87 and 83. RGB value is (214,135,131). Sum of RGB (Red+Green+Blue) = 214+135+131=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D68783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68783 is #29787C. Grayscale: #9E9E9E. Windows color (decimal): -2717821 or 8619990. OLE color: 8619990.

HSL color Cylindrical-coordinate representation of color #D68783: hue angle of 2.89º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68783 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214135131-
CMYK00.370.390.16
HSL2.89º50.3%67.65%-
HSV(B)2.89º38.79%83.92%-
XYZ40.4933.2625.76-
YUV158.16112.67167.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=44.58%
G=28.12%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413513100.370.390.162.8950.367.65
HexD68783025271033244
Octal3262072030454720362104
Binary110101101000011110000011010010110011110000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68783; }

 p { color: rgb(214,135,131); }

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

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

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

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

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

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

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