Html Css Color HEX #D57186 Charm

📋 copy color: '#D57186'

red 213 ◦ green 113 ◦ blue 134

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

Shades of Charm #D57186

Tints of Charm #D57186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.57%

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 46.3%
G = 24.57%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D57186 (or 0xD57186) is known color: Charm. HEX triplet: D5, 71 and 86. RGB value is (213,113,134). Sum of RGB (Red+Green+Blue) = 213+113+134=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57186 is #2A8E79. Grayscale: #919191. Windows color (decimal): -2788986 or 8810965. OLE color: 8810965.

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

Color convert

RGB 213 113 134 -
CMYK 0 0.47 0.37 0.16
HSL 347.4º 0.54% 0.64% -
HSV(B) 347.4º 0.47% 0.84% -
XYZ 37.65 27.68 25.91 -
YUV 145.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 213 113 134 0 0.47 0.37 0.16 347.4 0.54 0.64
Hex D5 71 86 0 2F 25 10 15B 36 40
Octal 325 161 206 0 57 45 20 533 66 100
Binary 11010101 1110001 10000110 0 101111 100101 10000 101011011 110110 1000000

Color Harmonies of #D57186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57186

Black with #D57186

Text Example


Text Example

White with #D57186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57186; }

 p { color: rgb(213,113,134); }

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

background-color css

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

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

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

border-color css

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

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

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