Html Css Color HEX #D68880 My Pink

📋 copy color: '#D68880'

red 214 ◦ green 136 ◦ blue 128

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

Shades of My Pink #D68880

Tints of My Pink #D68880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 44.77%
G = 28.45%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D68880 (or 0xD68880) is known color: My Pink. HEX triplet: D6, 88 and 80. RGB value is (214,136,128). Sum of RGB (Red+Green+Blue) = 214+136+128=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68880 is #29777F. Grayscale: #9E9E9E. Windows color (decimal): -2717568 or 8423638. OLE color: 8423638.

HSL color Cylindrical-coordinate representation of color #D68880: hue angle of 5.58º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68880 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 128 -
CMYK 0 0.36 0.40 0.16
HSL 5.58º 0.51% 0.67% -
HSV(B) 5.58º 0.4% 0.84% -
XYZ 40.43 33.46 24.75 -
YUV 158.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 214 136 128 0 0.36 0.40 0.16 5.58 0.51 0.67
Hex D6 88 80 0 24 28 10 6 33 43
Octal 326 210 200 0 44 50 20 6 63 103
Binary 11010110 10001000 10000000 0 100100 101000 10000 110 110011 1000011

Color Harmonies of #D68880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68880

Black with #D68880

Text Example


Text Example

White with #D68880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68880; }

 p { color: rgb(214,136,128); }

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

background-color css

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

 a { background-color: rgb(214,136,128); }

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

border-color css

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

 span { border-color: rgb(214,136,128); }

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