Html Css Color HEX #D88C7D My Pink

📋 copy color: '#D88C7D'

red 216 ◦ green 140 ◦ blue 125

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

Shades of My Pink #D88C7D

Tints of My Pink #D88C7D

RGB

 RED value IS 216 (84.77% from 255) = 44.91%

 GREEN value IS 140 (55.08% from 255) = 29.11%

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

R = 44.91%
G = 29.11%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D88C7D (or 0xD88C7D) is known color: My Pink. HEX triplet: D8, 8C and 7D. RGB value is (216,140,125). Sum of RGB (Red+Green+Blue) = 216+140+125=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C7D is #277382. Grayscale: #A1A1A1. Windows color (decimal): -2585475 or 8228056. OLE color: 8228056.

HSL color Cylindrical-coordinate representation of color #D88C7D: hue angle of 9.89º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D88C7D is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 140 125 -
CMYK 0 0.35 0.42 0.15
HSL 9.89º 0.54% 0.67% -
HSV(B) 9.89º 0.42% 0.85% -
XYZ 41.4 34.84 23.94 -
YUV 161.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 216 140 125 0 0.35 0.42 0.15 9.89 0.54 0.67
Hex D8 8C 7D 0 23 2A F A 36 43
Octal 330 214 175 0 43 52 17 12 66 103
Binary 11011000 10001100 1111101 0 100011 101010 1111 1010 110110 1000011

Color Harmonies of #D88C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C7D

Black with #D88C7D

Text Example


Text Example

White with #D88C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C7D; }

 p { color: rgb(216,140,125); }

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

background-color css

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

 a { background-color: rgb(216,140,125); }

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

border-color css

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

 span { border-color: rgb(216,140,125); }

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