Html Css Color HEX #D88D78 My Pink

📋 copy color: '#D88D78'

red 216 ◦ green 141 ◦ blue 120

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

Shades of My Pink #D88D78

Tints of My Pink #D88D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.56%

 BLUE value IS 120 (47.27% from 255) = 25.16%

R = 45.28%
G = 29.56%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D88D78 (or 0xD88D78) is known color: My Pink. HEX triplet: D8, 8D and 78. RGB value is (216,141,120). Sum of RGB (Red+Green+Blue) = 216+141+120=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D78 is #277287. Grayscale: #A1A1A1. Windows color (decimal): -2585224 or 7900632. OLE color: 7900632.

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

Color convert

RGB 216 141 120 -
CMYK 0 0.35 0.44 0.15
HSL 13.13º 0.55% 0.66% -
HSV(B) 13.13º 0.44% 0.85% -
XYZ 41.23 35 22.35 -
YUV 161.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 216 141 120 0 0.35 0.44 0.15 13.13 0.55 0.66
Hex D8 8D 78 0 23 2C F D 37 42
Octal 330 215 170 0 43 54 17 15 67 102
Binary 11011000 10001101 1111000 0 100011 101100 1111 1101 110111 1000010

Color Harmonies of #D88D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D78

Black with #D88D78

Text Example


Text Example

White with #D88D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D78; }

 p { color: rgb(216,141,120); }

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

background-color css

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

 a { background-color: rgb(216,141,120); }

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

border-color css

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

 span { border-color: rgb(216,141,120); }

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