Html Css Color HEX #D47386 Charm

📋 copy color: '#D47386'

red 212 ◦ green 115 ◦ blue 134

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

Shades of Charm #D47386

Tints of Charm #D47386

RGB

 RED value IS 212 (83.2% from 255) = 45.99%

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

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

R = 45.99%
G = 24.95%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D47386 (or 0xD47386) is known color: Charm. HEX triplet: D4, 73 and 86. RGB value is (212,115,134). Sum of RGB (Red+Green+Blue) = 212+115+134=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D47386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47386 is #2B8C79. Grayscale: #929292. Windows color (decimal): -2854010 or 8811476. OLE color: 8811476.

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

Color convert

RGB 212 115 134 -
CMYK 0 0.46 0.37 0.17
HSL 348.25º 0.53% 0.64% -
HSV(B) 348.25º 0.46% 0.83% -
XYZ 37.59 27.98 25.97 -
YUV 146.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 212 115 134 0 0.46 0.37 0.17 348.25 0.53 0.64
Hex D4 73 86 0 2E 25 11 15C 35 40
Octal 324 163 206 0 56 45 21 534 65 100
Binary 11010100 1110011 10000110 0 101110 100101 10001 101011100 110101 1000000

Color Harmonies of #D47386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47386

Black with #D47386

Text Example


Text Example

White with #D47386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47386; }

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

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

background-color css

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

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

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

border-color css

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

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

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