Html Css Color HEX #D58386 Charm

📋 copy color: '#D58386'

red 213 ◦ green 131 ◦ blue 134

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

Shades of Charm #D58386

Tints of Charm #D58386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.41%

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

R = 44.56%
G = 27.41%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D58386 (or 0xD58386) is known color: Charm. HEX triplet: D5, 83 and 86. RGB value is (213,131,134). Sum of RGB (Red+Green+Blue) = 213+131+134=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D58386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58386 is #2A7C79. Grayscale: #9B9B9B. Windows color (decimal): -2784378 or 8815573. OLE color: 8815573.

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

Color convert

RGB 213 131 134 -
CMYK 0 0.38 0.37 0.16
HSL 357.8º 0.49% 0.67% -
HSV(B) 357.8º 0.38% 0.84% -
XYZ 39.86 32.1 26.65 -
YUV 155.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 213 131 134 0 0.38 0.37 0.16 357.8 0.49 0.67
Hex D5 83 86 0 26 25 10 166 31 43
Octal 325 203 206 0 46 45 20 546 61 103
Binary 11010101 10000011 10000110 0 100110 100101 10000 101100110 110001 1000011

Color Harmonies of #D58386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58386

Black with #D58386

Text Example


Text Example

White with #D58386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58386; }

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

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

background-color css

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

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

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

border-color css

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

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

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