Html Css Color HEX #D67386 Charm

📋 copy color: '#D67386'

red 214 ◦ green 115 ◦ blue 134

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

Shades of Charm #D67386

Tints of Charm #D67386

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

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

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

R = 46.22%
G = 24.84%
B = 28.94%

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

#D67386 (or 0xD67386) is known color: Charm. HEX triplet: D6, 73 and 86. RGB value is (214,115,134). Sum of RGB (Red+Green+Blue) = 214+115+134=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D67386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67386 is #298C79. Grayscale: #929292. Windows color (decimal): -2722938 or 8811478. OLE color: 8811478.

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

Color convert

RGB 214 115 134 -
CMYK 0 0.46 0.37 0.16
HSL 348.48º 0.55% 0.65% -
HSV(B) 348.48º 0.46% 0.84% -
XYZ 38.17 28.28 26 -
YUV 146.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 214 115 134 0 0.46 0.37 0.16 348.48 0.55 0.65
Hex D6 73 86 0 2E 25 10 15C 37 41
Octal 326 163 206 0 56 45 20 534 67 101
Binary 11010110 1110011 10000110 0 101110 100101 10000 101011100 110111 1000001

Color Harmonies of #D67386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67386

Black with #D67386

Text Example


Text Example

White with #D67386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67386; }

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

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

background-color css

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

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

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

border-color css

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

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

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