Html Css Color HEX #DC887D My Pink

📋 copy color: '#DC887D'

red 220 ◦ green 136 ◦ blue 125

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

Shades of My Pink #DC887D

Tints of My Pink #DC887D

RGB

 RED value IS 220 (86.33% from 255) = 45.74%

 GREEN value IS 136 (53.52% from 255) = 28.27%

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

R = 45.74%
G = 28.27%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC887D (or 0xDC887D) is known color: My Pink. HEX triplet: DC, 88 and 7D. RGB value is (220,136,125). Sum of RGB (Red+Green+Blue) = 220+136+125=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC887D is #237782. Grayscale: #9F9F9F. Windows color (decimal): -2324355 or 8227036. OLE color: 8227036.

HSL color Cylindrical-coordinate representation of color #DC887D: hue angle of 6.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC887D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 125 -
CMYK 0 0.38 0.43 0.14
HSL 6.95º 0.58% 0.68% -
HSV(B) 6.95º 0.43% 0.86% -
XYZ 42.02 34.3 23.81 -
YUV 159.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 220 136 125 0 0.38 0.43 0.14 6.95 0.58 0.68
Hex DC 88 7D 0 26 2B E 7 3A 44
Octal 334 210 175 0 46 53 16 7 72 104
Binary 11011100 10001000 1111101 0 100110 101011 1110 111 111010 1000100

Color Harmonies of #DC887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC887D

Black with #DC887D

Text Example


Text Example

White with #DC887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC887D; }

 p { color: rgb(220,136,125); }

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

background-color css

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

 a { background-color: rgb(220,136,125); }

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

border-color css

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

 span { border-color: rgb(220,136,125); }

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