Html Css Color HEX #D6897B My Pink

📋 copy color: '#D6897B'

red 214 ◦ green 137 ◦ blue 123

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

Shades of My Pink #D6897B

Tints of My Pink #D6897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.9%

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 45.15%
G = 28.9%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6897B (or 0xD6897B) is known color: My Pink. HEX triplet: D6, 89 and 7B. RGB value is (214,137,123). Sum of RGB (Red+Green+Blue) = 214+137+123=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6897B is #297684. Grayscale: #9E9E9E. Windows color (decimal): -2717317 or 8096214. OLE color: 8096214.

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

Color convert

RGB 214 137 123 -
CMYK 0 0.36 0.43 0.16
HSL 9.23º 0.53% 0.66% -
HSV(B) 9.23º 0.43% 0.84% -
XYZ 40.25 33.62 23.11 -
YUV 158.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 214 137 123 0 0.36 0.43 0.16 9.23 0.53 0.66
Hex D6 89 7B 0 24 2B 10 9 35 42
Octal 326 211 173 0 44 53 20 11 65 102
Binary 11010110 10001001 1111011 0 100100 101011 10000 1001 110101 1000010

Color Harmonies of #D6897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6897B

Black with #D6897B

Text Example


Text Example

White with #D6897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6897B; }

 p { color: rgb(214,137,123); }

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

background-color css

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

 a { background-color: rgb(214,137,123); }

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

border-color css

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

 span { border-color: rgb(214,137,123); }

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