Html Css Color HEX #D57386 Charm

📋 copy color: '#D57386'

red 213 ◦ green 115 ◦ blue 134

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

Shades of Charm #D57386

Tints of Charm #D57386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

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

R = 46.1%
G = 24.89%
B = 29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D57386 (or 0xD57386) is known color: Charm. HEX triplet: D5, 73 and 86. RGB value is (213,115,134). Sum of RGB (Red+Green+Blue) = 213+115+134=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D57386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57386 is #2A8C79. Grayscale: #929292. Windows color (decimal): -2788474 or 8811477. OLE color: 8811477.

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

Color convert

RGB 213 115 134 -
CMYK 0 0.46 0.37 0.16
HSL 348.37º 0.54% 0.64% -
HSV(B) 348.37º 0.46% 0.84% -
XYZ 37.87 28.13 25.99 -
YUV 146.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 213 115 134 0 0.46 0.37 0.16 348.37 0.54 0.64
Hex D5 73 86 0 2E 25 10 15C 36 40
Octal 325 163 206 0 56 45 20 534 66 100
Binary 11010101 1110011 10000110 0 101110 100101 10000 101011100 110110 1000000

Color Harmonies of #D57386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57386

Black with #D57386

Text Example


Text Example

White with #D57386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57386; }

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

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

background-color css

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

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

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

border-color css

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

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

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