Html Css Color HEX #D58888 My Pink

📋 copy color: '#D58888'

red 213 ◦ green 136 ◦ blue 136

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

Shades of My Pink #D58888

Tints of My Pink #D58888

RGB

 RED value IS 213 (83.59% from 255) = 43.92%

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

 BLUE value IS 136 (53.52% from 255) = 28.04%

R = 43.92%
G = 28.04%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D58888 (or 0xD58888) is known color: My Pink. HEX triplet: D5, 88 and 88. RGB value is (213,136,136). Sum of RGB (Red+Green+Blue) = 213+136+136=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D58888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58888 is #2A7777. Grayscale: #9F9F9F. Windows color (decimal): -2783096 or 8947925. OLE color: 8947925.

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

Color convert

RGB 213 136 136 -
CMYK 0 0.36 0.36 0.16
HSL 0.48% 0.68% -
HSV(B) 0.36% 0.84% -
XYZ 40.69 33.53 27.62 -
YUV 159.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 213 136 136 0 0.36 0.36 0.16 0 0.48 0.68
Hex D5 88 88 0 24 24 10 0 30 44
Octal 325 210 210 0 44 44 20 0 60 104
Binary 11010101 10001000 10001000 0 100100 100100 10000 0 110000 1000100

Color Harmonies of #D58888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58888

Black with #D58888

Text Example


Text Example

White with #D58888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58888; }

 p { color: rgb(213,136,136); }

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

background-color css

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

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

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

border-color css

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

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

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