Html Css Color HEX #D58F85 My Pink

📋 copy color: '#D58F85'

red 213 ◦ green 143 ◦ blue 133

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

Shades of My Pink #D58F85

Tints of My Pink #D58F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.24%

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

R = 43.56%
G = 29.24%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D58F85 (or 0xD58F85) is known color: My Pink. HEX triplet: D5, 8F and 85. RGB value is (213,143,133). Sum of RGB (Red+Green+Blue) = 213+143+133=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F85 is #2A707A. Grayscale: #A2A2A2. Windows color (decimal): -2781307 or 8753109. OLE color: 8753109.

HSL color Cylindrical-coordinate representation of color #D58F85: hue angle of 7.5º 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 #D58F85 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 143 133 -
CMYK 0 0.33 0.38 0.16
HSL 7.5º 0.49% 0.68% -
HSV(B) 7.5º 0.38% 0.84% -
XYZ 41.5 35.48 26.85 -
YUV 162.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 213 143 133 0 0.33 0.38 0.16 7.5 0.49 0.68
Hex D5 8F 85 0 21 26 10 8 31 44
Octal 325 217 205 0 41 46 20 10 61 104
Binary 11010101 10001111 10000101 0 100001 100110 10000 1000 110001 1000100

Color Harmonies of #D58F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F85

Black with #D58F85

Text Example


Text Example

White with #D58F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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