Html Css Color HEX #D58885 My Pink

📋 copy color: '#D58885'

red 213 ◦ green 136 ◦ blue 133

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

Shades of My Pink #D58885

Tints of My Pink #D58885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 44.19%
G = 28.22%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D58885 (or 0xD58885) is known color: My Pink. HEX triplet: D5, 88 and 85. RGB value is (213,136,133). Sum of RGB (Red+Green+Blue) = 213+136+133=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D58885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58885 is #2A777A. Grayscale: #9E9E9E. Windows color (decimal): -2783099 or 8751317. OLE color: 8751317.

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

Color convert

RGB 213 136 133 -
CMYK 0 0.36 0.38 0.16
HSL 2.25º 0.49% 0.68% -
HSV(B) 2.25º 0.38% 0.84% -
XYZ 40.48 33.45 26.51 -
YUV 158.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 213 136 133 0 0.36 0.38 0.16 2.25 0.49 0.68
Hex D5 88 85 0 24 26 10 2 31 44
Octal 325 210 205 0 44 46 20 2 61 104
Binary 11010101 10001000 10000101 0 100100 100110 10000 10 110001 1000100

Color Harmonies of #D58885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58885

Black with #D58885

Text Example


Text Example

White with #D58885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58885; }

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

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

background-color css

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

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

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

border-color css

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

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

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