Html Css Color HEX #D6877D My Pink

📋 copy color: '#D6877D'

red 214 ◦ green 135 ◦ blue 125

#D6877D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of My Pink #D6877D

Tints of My Pink #D6877D

RGB

 RED value IS 214 (83.98% from 255) = 45.15%

 GREEN value IS 135 (53.13% from 255) = 28.48%

 BLUE value IS 125 (49.22% from 255) = 26.37%

R = 45.15%
G = 28.48%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6877D (or 0xD6877D) is known color: My Pink. HEX triplet: D6, 87 and 7D. RGB value is (214,135,125). Sum of RGB (Red+Green+Blue) = 214+135+125=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6877D is #297882. Grayscale: #9D9D9D. Windows color (decimal): -2717827 or 8226774. OLE color: 8226774.

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

Color convert

RGB 214 135 125 -
CMYK 0 0.37 0.42 0.16
HSL 6.74º 0.52% 0.66% -
HSV(B) 6.74º 0.42% 0.84% -
XYZ 40.1 33.1 23.68 -
YUV 157.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 214 135 125 0 0.37 0.42 0.16 6.74 0.52 0.66
Hex D6 87 7D 0 25 2A 10 7 34 42
Octal 326 207 175 0 45 52 20 7 64 102
Binary 11010110 10000111 1111101 0 100101 101010 10000 111 110100 1000010

Color Harmonies of #D6877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6877D

Black with #D6877D

Text Example


Text Example

White with #D6877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6877D; }

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

 H1.HeaderClassName
 {
   color: #D6877D;
 }
 .AnyTagClassName
 {
   color: #D6877D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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