Html Css Color HEX #D5857B My Pink

📋 copy color: '#D5857B'

red 213 ◦ green 133 ◦ blue 123

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

Shades of My Pink #D5857B

Tints of My Pink #D5857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 45.42%
G = 28.36%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5857B (or 0xD5857B) is known color: My Pink. HEX triplet: D5, 85 and 7B. RGB value is (213,133,123). Sum of RGB (Red+Green+Blue) = 213+133+123=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5857B is #2A7A84. Grayscale: #9B9B9B. Windows color (decimal): -2783877 or 8095189. OLE color: 8095189.

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

Color convert

RGB 213 133 123 -
CMYK 0 0.38 0.42 0.16
HSL 6.67º 0.52% 0.66% -
HSV(B) 6.67º 0.42% 0.84% -
XYZ 39.4 32.35 22.91 -
YUV 155.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 213 133 123 0 0.38 0.42 0.16 6.67 0.52 0.66
Hex D5 85 7B 0 26 2A 10 7 34 42
Octal 325 205 173 0 46 52 20 7 64 102
Binary 11010101 10000101 1111011 0 100110 101010 10000 111 110100 1000010

Color Harmonies of #D5857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5857B

Black with #D5857B

Text Example


Text Example

White with #D5857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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